diff options
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r-- | archivers/gzip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index a76fc165538..5e930fd364d 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2010/04/20 15:50:23 tnn Exp $ +# $NetBSD: Makefile,v 1.25 2012/09/11 19:46:55 asau Exp $ # DISTNAME= gzip-1.3.12 @@ -14,7 +14,6 @@ COMMENT= Compress or expand files LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]* |