summaryrefslogtreecommitdiff
path: root/archivers/gzip
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-20 15:50:23 +0000
committertnn <tnn@pkgsrc.org>2010-04-20 15:50:23 +0000
commit408bf83ee341e960f05b8c07167f85baea4501ee (patch)
tree5ccdc34b291d2b4d349fd96d4d02f2d3eec414e3 /archivers/gzip
parent8da21d5bfff7a8ce6f0365abfd8f65ae501352a1 (diff)
downloadpkgsrc-408bf83ee341e960f05b8c07167f85baea4501ee.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"