diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-28 21:14:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-28 21:14:10 +0000 |
commit | 28a4483bc777c89eee6271b908911b048e4ded12 (patch) | |
tree | 7bacf20192428896d1cfc4d01739865f4a293077 /sysutils/etcupdate/Makefile | |
parent | 0d270068ee538ceccec0c9682e47b3dc704631b9 (diff) | |
download | pkgsrc-28a4483bc777c89eee6271b908911b048e4ded12.tar.gz |
NO_PATCH is deprecated, says pkglint. Remove it.
Diffstat (limited to 'sysutils/etcupdate/Makefile')
-rw-r--r-- | sysutils/etcupdate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/etcupdate/Makefile b/sysutils/etcupdate/Makefile index 009796037bf..3e6020b398c 100644 --- a/sysutils/etcupdate/Makefile +++ b/sysutils/etcupdate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/02/04 08:40:56 martti Exp $ +# $NetBSD: Makefile,v 1.20 2003/03/28 21:14:35 wiz Exp $ DISTNAME= etcupdate-20030204 CATEGORIES= sysutils @@ -12,7 +12,6 @@ COMMENT= Script to update the configuration and startup files in /etc EXTRACT_ONLY= # defined WRKSRC= ${WRKDIR} NO_CHECKSUM= # defined -NO_PATCH= # defined NO_CONFIGURE= # defined NO_BUILD= # defined |