summaryrefslogtreecommitdiff
path: root/textproc/nbsed
diff options
context:
space:
mode:
authorjlam <jlam>2007-09-08 21:57:57 +0000
committerjlam <jlam>2007-09-08 21:57:57 +0000
commite61b45ba0c4e39a0749d225bb740e02dc55f8b1d (patch)
tree090b4461321e87c968b099c0a26b69c4da29ff20 /textproc/nbsed
parent04b96c22b176a8925e7d97a770e4caabd4eb8f56 (diff)
downloadpkgsrc-e61b45ba0c4e39a0749d225bb740e02dc55f8b1d.tar.gz
Convert to use the features framework.
Diffstat (limited to 'textproc/nbsed')
-rw-r--r--textproc/nbsed/Makefile4
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"