diff options
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r-- | archivers/gzip/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index bc7dd17cf9c..24d7df1e7d9 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2013/06/10 11:56:58 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.28 2013/06/11 08:28:30 adam Exp $ -DISTNAME= gzip-1.5 +DISTNAME= gzip-1.6 SVR4_PKGNAME= gzip -PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GNU:=gzip/} -EXTRACT_SUFX= .tar.gz +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html @@ -17,7 +15,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= gzip-base-[0-9]* gzip-info-[0-9]* -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes MAKE_FLAGS+= manlinks=so INFO_FILES= yes CHECK_PERMS= no # can't depend on checkperms; it's distfile is gzipped |