summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authorrillig <rillig>2007-12-21 23:57:41 +0000
committerrillig <rillig>2007-12-21 23:57:41 +0000
commit2d0950867f441fd81e08eb21cf02c4605958c443 (patch)
tree323eacc60421a4dadd10be297e7dc70ee95b680f /archivers/gzip/Makefile
parentba9964b03b44afc8e8739df603d75b16b0276b2f (diff)
downloadpkgsrc-2d0950867f441fd81e08eb21cf02c4605958c443.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r--archivers/gzip/Makefile4
1 files changed, 2 insertions, 2 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"