summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authortnn <tnn>2010-04-20 15:50:23 +0000
committertnn <tnn>2010-04-20 15:50:23 +0000
commit292004ff1074e08360476c0f052833ec05260de7 (patch)
tree5ccdc34b291d2b4d349fd96d4d02f2d3eec414e3 /archivers/gzip
parent38d7e0b48ab69adc4a6bd01da4e552188ad906f9 (diff)
downloadpkgsrc-292004ff1074e08360476c0f052833ec05260de7.tar.gz
can't depend on checkperms; it's distfile is gzipped.
Diffstat (limited to 'archivers/gzip')
-rw-r--r--archivers/gzip/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index d8b9730900b..a76fc165538 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2010/02/02 14:42:43 taca Exp $
+# $NetBSD: Makefile,v 1.24 2010/04/20 15:50:23 tnn Exp $
#
DISTNAME= gzip-1.3.12
@@ -21,5 +21,6 @@ CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]*
GNU_CONFIGURE= YES
MAKE_FLAGS+= manlinks=so
INFO_FILES= yes
+CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped
.include "../../mk/bsd.pkg.mk"