summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorsnj <snj>2004-04-25 07:49:56 +0000
committersnj <snj>2004-04-25 07:49:56 +0000
commite3e9f5b28fffacc11ab507b0366f6b210c78961a (patch)
tree1d3b5de4ee741932ed7db7103bdcdb75f4a59a36 /net
parent05d2af79a4b9d18108bf4701d106b4460e79ca3b (diff)
downloadpkgsrc-e3e9f5b28fffacc11ab507b0366f6b210c78961a.tar.gz
Convert to buildlink3.
Diffstat (limited to 'net')
-rw-r--r--net/awhois/Makefile4
-rw-r--r--net/zebra/Makefile8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/awhois/Makefile b/net/awhois/Makefile
index 1ba1a737240..ab722a64e55 100644
--- a/net/awhois/Makefile
+++ b/net/awhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/01/20 12:22:18 agc Exp $
+# $NetBSD: Makefile,v 1.3 2004/04/25 07:51:00 snj Exp $
#
DISTNAME= awhois.sh-v1.61
@@ -12,7 +12,7 @@ HOMEPAGE= ftp://ftp.planix.com/pub/Planix/
COMMENT= All-encompassing whois client wrapper
WRKSRC= ${WRKDIR}
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
do-extract:
${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR};
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 515375f3a48..5ee61960404 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.61 2004/01/24 14:50:06 grant Exp $
+# $NetBSD: Makefile,v 1.62 2004/04/25 07:49:56 snj Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -15,7 +15,7 @@ COMMENT= Free multithreaded routing daemon software
.include "../../mk/bsd.prefs.mk"
AUTOMAKE_REQD= 1.8
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
GNU_CONFIGURE= # defined
PKG_SYSCONFSUBDIR?= zebra
USE_PKGINSTALL= YES
@@ -42,7 +42,7 @@ BUILD_DEFS+= USE_ZEBRA_VTYSH
.if defined(USE_ZEBRA_VTYSH) && ${USE_ZEBRA_VTYSH} == "YES"
USE_GNU_READLINE= # uses rl_pending_input
-. include "../../devel/readline/buildlink2.mk"
+. include "../../devel/readline/buildlink3.mk"
PLIST_SRC+= ${PKGDIR}/PLIST.vtysh
CONFIGURE_ARGS+= --enable-vtysh
CONF_FILES+= ${EGDIR}/vtysh.conf.sample ${PKG_SYSCONFDIR}/vtysh.conf
@@ -52,7 +52,7 @@ CONFIGURE_ARGS+= --disable-vtysh
USE_GNU_TOOLS+= make
USE_MAKEINFO= # defined
-.include "../../devel/readline/buildlink2.mk"
+.include "../../devel/readline/buildlink3.mk"
BUILD_DEFS+= USE_INET6