diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
commit | bd4e2ab6e6ce5646848e20e9c3394acb0961766f (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /regress/print-plist | |
parent | cd159edf33dd79ed7382a2e784c31b3341661a85 (diff) | |
download | pkgsrc-bd4e2ab6e6ce5646848e20e9c3394acb0961766f.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
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 499224a5698..6d537a52b1f 100644 --- a/regress/print-plist/Makefile +++ b/regress/print-plist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/04/30 13:38:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.3 2009/04/08 22:43:25 joerg Exp $ # DISTNAME= print-plist-0.0 @@ -11,7 +11,6 @@ COMMENT= Test print-PLIST and related functionality EXTRACT_ONLY= # empty NO_CONFIGURE= yes -NO_MTREE= yes PRINT_PLIST_AWK+= /^print-plist\/foo$$/ \ { print "@comment Matched test file."; \ |