diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-17 20:53:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-17 20:53:09 +0000 |
commit | d6cd35a8b526c21d14dbb0a095b00878fb5b2077 (patch) | |
tree | 5745055713ae4c0b40d322241e6a8bafbcad2c11 | |
parent | 2f412f85a4a187a57cda2931d28dcb9c0b297e4e (diff) | |
download | pkgsrc-d6cd35a8b526c21d14dbb0a095b00878fb5b2077.tar.gz |
Fixed pkglint warnings.
-rw-r--r-- | devel/patch/Makefile | 5 |
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 |