pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/gzip Fix info page handlign as reported by A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8a0f3b7ce6a
branches:  trunk
changeset: 536751:d8a0f3b7ce6a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri Dec 21 23:21:12 2007 +0000

description:
Fix info page handlign as reported by Aleksey Cheusov. Bump revision.

diffstat:

 archivers/gzip/Makefile |  4 +++-
 archivers/gzip/PLIST    |  5 ++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (44 lines):

diff -r fbc8fc9fa679 -r d8a0f3b7ce6a archivers/gzip/Makefile
--- a/archivers/gzip/Makefile   Fri Dec 21 23:14:50 2007 +0000
+++ b/archivers/gzip/Makefile   Fri Dec 21 23:21:12 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.19 2007/11/08 19:26:52 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2007/12/21 23:21:12 joerg Exp $
 #
 
 DISTNAME=      gzip-1.3.12
+PKGREVISION=   1
 SVR4_PKGNAME=  gzip
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GNU:=gzip/}
@@ -18,5 +19,6 @@
 
 GNU_CONFIGURE= YES
 MAKE_FLAGS+=   manlinks=so
+INFO_FILES=    gzip.info
 
 .include "../../mk/bsd.pkg.mk"
diff -r fbc8fc9fa679 -r d8a0f3b7ce6a archivers/gzip/PLIST
--- a/archivers/gzip/PLIST      Fri Dec 21 23:14:50 2007 +0000
+++ b/archivers/gzip/PLIST      Fri Dec 21 23:21:12 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2007/11/08 19:26:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/12/21 23:21:12 joerg Exp $
 bin/gunzip
 bin/gzexe
 bin/gzip
@@ -13,6 +13,7 @@
 bin/zless
 bin/zmore
 bin/znew
+info/gzip.info
 man/man1/gunzip.1
 man/man1/gzexe.1
 man/man1/gzip.1
@@ -24,6 +25,4 @@
 man/man1/zless.1
 man/man1/zmore.1
 man/man1/znew.1
-share/info/dir
-share/info/gzip.info
 @dirrm share/info



Home | Main Index | Thread Index | Old Index