summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2007-09-06 21:29:26 +0000
committerjlam <jlam@pkgsrc.org>2007-09-06 21:29:26 +0000
commit74678f3a9986cca8a7534bcaefbfc46a6b4a148c (patch)
tree3c608b7a6d778cd801a76367e6d54fc7b4c54ff4 /textproc
parente8a3b788202a9bea50fd63e0c012f2486b4efab8 (diff)
downloadpkgsrc-74678f3a9986cca8a7534bcaefbfc46a6b4a148c.tar.gz
Drop libnbcompat/buildlink3.mk and force all packages that use
libnbcompat to use it "in place". libnbcompat is just really special, and is of almost no use to anything other than the pkgsrc bootstrap process.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/nbsed/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/nbsed/Makefile b/textproc/nbsed/Makefile
index 6d8bbec5119..3785a7fb7bb 100644
--- a/textproc/nbsed/Makefile
+++ b/textproc/nbsed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/03/07 19:18:39 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/06 21:29:26 jlam Exp $
DISTNAME= nbsed-20040821
PKGREVISION= 1
@@ -15,15 +15,8 @@ NO_MTREE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --program-transform-name="s,sed,nbsed,"
-.include "../../mk/bsd.prefs.mk"
-
-.if defined(LIBNBCOMPAT_STYLE) && (${LIBNBCOMPAT_STYLE} == "inplace")
-. include "../../pkgtools/libnbcompat/inplace.mk"
-.else
-. include "../../pkgtools/libnbcompat/buildlink3.mk"
-.endif
-
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
+.include "../../pkgtools/libnbcompat/inplace.mk"
.include "../../mk/bsd.pkg.mk"