diff options
author | joerg <joerg> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-04-08 22:43:23 +0000 |
commit | 28262301677fc7cbb6a00b6b523368cdc9fd6e59 (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /textproc/nbsed | |
parent | c8861db2098b968314a1d7d71c859b7d6cd062e3 (diff) | |
download | pkgsrc-28262301677fc7cbb6a00b6b523368cdc9fd6e59.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index db4dde13385..0ca3d3709ba 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2008/06/19 18:36:52 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2009/04/08 22:43:26 joerg Exp $ DISTNAME= nbsed-20040821 PKGREVISION= 1 @@ -14,7 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir BOOTSTRAP_PKG= yes NO_CHECKSUM= yes -NO_MTREE= yes USE_FEATURES= nbcompat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed," |