diff options
author | tnn <tnn@pkgsrc.org> | 2010-04-20 15:50:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-04-20 15:50:23 +0000 |
commit | 1f823d9af55aeb018f624f15c1d0cbffae026ce7 (patch) | |
tree | 5ccdc34b291d2b4d349fd96d4d02f2d3eec414e3 /archivers | |
parent | 841685526283c2752ba10aa6a53b6dde16e3e0f9 (diff) | |
download | pkgsrc-1f823d9af55aeb018f624f15c1d0cbffae026ce7.tar.gz |
can't depend on checkperms; it's distfile is gzipped.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gzip/Makefile | 3 |
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" |