summaryrefslogtreecommitdiff
path: root/archivers/gzip/Makefile
diff options
context:
space:
mode:
authorobache <obache>2013-10-29 13:32:07 +0000
committerobache <obache>2013-10-29 13:32:07 +0000
commit39a5ef9aeda474b7f257c57c3f22226644cff011 (patch)
treee9b67a08380e4805bf1cccbb1f4fa5966373b9fc /archivers/gzip/Makefile
parentdf8d9322c3a8d4a310d965a19818ecc0e3ce7ea3 (diff)
downloadpkgsrc-39a5ef9aeda474b7f257c57c3f22226644cff011.tar.gz
Change to use uncompressed archive for distfile (put on our ftp server)
to avoid circular dependency of archive tool.
Diffstat (limited to 'archivers/gzip/Makefile')
-rw-r--r--archivers/gzip/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile
index 24d7df1e7d9..531e4b01674 100644
--- a/archivers/gzip/Makefile
+++ b/archivers/gzip/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.28 2013/06/11 08:28:30 adam Exp $
+# $NetBSD: Makefile,v 1.29 2013/10/29 13:32:07 obache Exp $
DISTNAME= gzip-1.6
SVR4_PKGNAME= gzip
CATEGORIES= archivers
-MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
-EXTRACT_SUFX= .tar.xz
+#MASTER_SITES= ${MASTER_SITE_GNU:=gzip/}
+#EXTRACT_SUFX= .tar.xz
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/gzip/gzip.html