diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-09 00:47:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-09 00:47:11 +0000 |
commit | ca54aff5ca2466cff66bda45af9d9d0f88b21ffe (patch) | |
tree | 35bbf9c7f511deccbaccc96f657cf8f236e31b19 /regress/print-plist | |
parent | 5a8df9f50bf755c463b1a6d38316f7b25610d7ac (diff) | |
download | pkgsrc-ca54aff5ca2466cff66bda45af9d9d0f88b21ffe.tar.gz |
Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.
Diffstat (limited to 'regress/print-plist')
-rw-r--r-- | regress/print-plist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/print-plist/Makefile b/regress/print-plist/Makefile index 6d537a52b1f..dbd0d84e41f 100644 --- a/regress/print-plist/Makefile +++ b/regress/print-plist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/04/08 22:43:25 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2009/04/09 00:47:12 joerg Exp $ # DISTNAME= print-plist-0.0 @@ -9,7 +9,6 @@ DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Test print-PLIST and related functionality -EXTRACT_ONLY= # empty NO_CONFIGURE= yes PRINT_PLIST_AWK+= /^print-plist\/foo$$/ \ |