diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-21 23:57:41 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-21 23:57:41 +0000 |
commit | 4148bd471f25c53bb95e92b74b16f9f198481d2b (patch) | |
tree | 323eacc60421a4dadd10be297e7dc70ee95b680f /archivers/gzip | |
parent | 1d925e25f1bf7c3bee0b60535294e01b23d0367d (diff) | |
download | pkgsrc-4148bd471f25c53bb95e92b74b16f9f198481d2b.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 4 | ||||
-rw-r--r-- | archivers/gzip/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 74ba8c74845..f8b7cefc8ee 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/12/21 23:21:12 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2007/12/21 23:57:41 rillig Exp $ # DISTNAME= gzip-1.3.12 @@ -19,6 +19,6 @@ CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]* GNU_CONFIGURE= YES MAKE_FLAGS+= manlinks=so -INFO_FILES= gzip.info +INFO_FILES= yes .include "../../mk/bsd.pkg.mk" diff --git a/archivers/gzip/PLIST b/archivers/gzip/PLIST index d4130eefcbd..fc4527ae94b 100644 --- a/archivers/gzip/PLIST +++ b/archivers/gzip/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2007/12/21 23:21:12 joerg Exp $ +@comment $NetBSD: PLIST,v 1.7 2007/12/21 23:57:41 rillig Exp $ bin/gunzip bin/gzexe bin/gzip @@ -25,4 +25,3 @@ man/man1/zgrep.1 man/man1/zless.1 man/man1/zmore.1 man/man1/znew.1 -@dirrm share/info |