summaryrefslogtreecommitdiff
path: root/devel/patch
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-17 20:53:09 +0000
committerrillig <rillig@pkgsrc.org>2006-06-17 20:53:09 +0000
commitd6cd35a8b526c21d14dbb0a095b00878fb5b2077 (patch)
tree5745055713ae4c0b40d322241e6a8bafbcad2c11 /devel/patch
parent2f412f85a4a187a57cda2931d28dcb9c0b297e4e (diff)
downloadpkgsrc-d6cd35a8b526c21d14dbb0a095b00878fb5b2077.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'devel/patch')
-rw-r--r--devel/patch/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/patch/Makefile b/devel/patch/Makefile
index 8077f0ab377..bd63e129c1f 100644
--- a/devel/patch/Makefile
+++ b/devel/patch/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.27 2006/03/04 21:29:26 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2006/06/17 20:53:09 rillig Exp $
#
DISTNAME= patch-2.5.4
PKGREVISION= 2
CATEGORIES= devel
-
# 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}
+MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar
MAINTAINER= pkgsrc-users@NetBSD.org