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 | ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3 (patch) | |
tree | 35bbf9c7f511deccbaccc96f657cf8f236e31b19 /regress/print-plist | |
parent | 1dda7f2a29b19279264955cdfbd03d4ff2bfb18d (diff) | |
download | pkgsrc-ce1772b268c4d640e5330fdbf3bca8d0bfffb6d3.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$$/ \ |