summaryrefslogtreecommitdiff
path: root/devel/patch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/patch/Makefile')
-rw-r--r--devel/patch/Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index e6f772b91e3..275eee1112e 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,10 +1,18 @@
-# $NetBSD: Makefile,v 1.22 2005/05/16 00:29:32 jlam Exp $
+# $NetBSD: Makefile,v 1.23 2005/05/16 20:04:12 jlam Exp $
#
DISTNAME= patch-2.5.4
PKGREVISION= 2
CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
+
+# We keep an uncompressed tar archive of the sources on
+# ${MASTER_SITE_LOCAL} so that we won't need gzcat to extract the
+# sources, which could potentially cause a circular dependency on
+# archivers/gzip-base.
+#
+#MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+EXTRACT_SUFX= .tar
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/patch/patch.html