summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-10-25 17:35:02 +0000
committerwiz <wiz@pkgsrc.org>2002-10-25 17:35:02 +0000
commita89562fc4e097b459736dfc7bc2208220daa4514 (patch)
tree130fdc529751b6dd373ac45ceaaf149a34252850 /editors
parent130b08a6c93d4b8cd2a8c010d57ddc94ac864966 (diff)
downloadpkgsrc-a89562fc4e097b459736dfc7bc2208220daa4514.tar.gz
buildlink1 -> buildlink2.
Diffstat (limited to 'editors')
-rw-r--r--editors/ce/Makefile6
-rw-r--r--editors/hexedit/Makefile8
2 files changed, 7 insertions, 7 deletions
diff --git a/editors/ce/Makefile b/editors/ce/Makefile
index 70942a0306b..22d8b939c52 100644
--- a/editors/ce/Makefile
+++ b/editors/ce/Makefile
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.2 2002/04/14 11:34:20 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2002/10/25 17:37:48 wiz Exp $
#
.include "Makefile.common"
COMMENT+= , tty version
-USE_BUILDLINK_ONLY= # defined
+USE_BUILDLINK2= # defined
ALL_TARGET= ce
INSTALL_TARGET= install man-install
-.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 7aa17b56962..1f2958171e9 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2002/01/18 22:59:30 mjl Exp $
+# $NetBSD: Makefile,v 1.12 2002/10/25 17:36:46 wiz Exp $
#
DISTNAME= hexedit-1.2.2
@@ -11,8 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.chez.com/prigaux/hexedit.html
COMMENT= to view and edit files in hexadecimal or ASCII
-GNU_CONFIGURE= yes
-USE_BUILDLINK_ONLY= yes
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
@@ -20,5 +20,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
-.include "../../devel/ncurses/buildlink.mk"
+.include "../../devel/ncurses/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"