diff options
Diffstat (limited to 'textproc/nbsed')
-rw-r--r-- | textproc/nbsed/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile index 3785a7fb7bb..78a40767420 100644 --- a/textproc/nbsed/Makefile +++ b/textproc/nbsed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/09/06 21:29:26 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2007/09/08 21:58:01 jlam Exp $ DISTNAME= nbsed-20040821 PKGREVISION= 1 @@ -12,11 +12,11 @@ COMMENT= NetBSD-current's sed(1) NO_CHECKSUM= yes NO_MTREE= yes +USE_FEATURES= nbcompat GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed," do-extract: @${CP} -R ${FILESDIR} ${WRKSRC} -.include "../../pkgtools/libnbcompat/inplace.mk" .include "../../mk/bsd.pkg.mk" |