pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/mk-configure Do not package ChangeLog file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81cc6eb777f0
branches:  trunk
changeset: 610234:81cc6eb777f0
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Oct 21 17:17:01 2012 +0000

description:
Do not package ChangeLog file

diffstat:

 devel/mk-configure/Makefile |  5 +++--
 devel/mk-configure/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r e579d0bc99fa -r 81cc6eb777f0 devel/mk-configure/Makefile
--- a/devel/mk-configure/Makefile       Sun Oct 21 17:13:49 2012 +0000
+++ b/devel/mk-configure/Makefile       Sun Oct 21 17:17:01 2012 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/21 17:13:49 cheusov Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/21 17:17:01 cheusov Exp $
 #
 
 DISTNAME=      mk-configure-0.23.0
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mk-configure/} \
                http://mova.org/~cheusov/pub/mk-configure/
@@ -17,7 +18,7 @@
 
 USE_LANGUAGES=         # no languages
 
-DOC_FILES=             ChangeLog doc/presentation.pdf
+DOC_FILES=             doc/presentation.pdf
 
 MAKE_ENV+=             MANDIR=${PREFIX}/${PKGMANDIR} BMAKE=${PREFIX}/bin/bmake
 
diff -r e579d0bc99fa -r 81cc6eb777f0 devel/mk-configure/PLIST
--- a/devel/mk-configure/PLIST  Sun Oct 21 17:13:49 2012 +0000
+++ b/devel/mk-configure/PLIST  Sun Oct 21 17:17:01 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2012/07/22 13:00:41 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/10/21 17:17:01 cheusov Exp $
 bin/mkc_check_common.sh
 bin/mkc_check_compiler
 bin/mkc_check_custom
@@ -21,7 +21,6 @@
 man/man1/mkcmake.1
 man/man7/mk-configure.7
 share/doc/mk-configure/COPYRIGHT
-share/doc/mk-configure/ChangeLog
 share/doc/mk-configure/FAQ
 share/doc/mk-configure/NEWS
 share/doc/mk-configure/README



Home | Main Index | Thread Index | Old Index