summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2010-04-20 15:50:23 +0000
committertnn <tnn>2010-04-20 15:50:23 +0000
commitf2a97910b9c1aa95c80e3b9e93b457533dda63af (patch)
tree5ccdc34b291d2b4d349fd96d4d02f2d3eec414e3 /archivers/gzip/Makefile
parent88b29ab41163335a54ca7d37237b9188875dd398 (diff)
downloadpkgsrc-f2a97910b9c1aa95c80e3b9e93b457533dda63af.tar.gz
can't depend on checkperms; it's distfile is gzipped.
Diffstat (limited to 'archivers/gzip/Makefile')
-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"