Fixed pkglint warnings.
This commit is contained in:
parent
2f412f85a4
commit
d6cd35a8b5
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue