summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/docsis/Makefile12
-rw-r--r--net/pchar/Makefile9
2 files changed, 11 insertions, 10 deletions
diff --git a/net/docsis/Makefile b/net/docsis/Makefile
index 50149b98036..3c14d11cce0 100644
--- a/net/docsis/Makefile
+++ b/net/docsis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/25 04:12:52 grant Exp $
+# $NetBSD: Makefile,v 1.2 2002/10/05 03:58:58 wiz Exp $
#
DISTNAME= docsis-0.7.5-RELEASE
@@ -11,10 +11,10 @@ MAINTAINER= grant@netbsd.org
HOMEPAGE= http://docsis.sourceforge.net/
COMMENT= utility for manipulating DOCSIS-compliant cable modems
-BUILD_DEPENDS+= bison>=1.25:../../devel/bison
-USE_BUILDLINK_ONLY= # defined
+BUILD_DEPENDS+= bison>=1.25:../../devel/bison
+USE_BUILDLINK2= # defined
-ALL_TARGET= docsis
+ALL_TARGET= docsis
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/docsis ${PREFIX}/bin
@@ -24,6 +24,6 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/docsis
cd ${WRKSRC}/examples; ${PAX} -rw . ${PREFIX}/share/examples/docsis
-.include "../../security/openssl/buildlink.mk"
-.include "../../net/ucd-snmp/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
+.include "../../net/ucd-snmp/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/net/pchar/Makefile b/net/pchar/Makefile
index 85ace7a1e92..d8964bce894 100644
--- a/net/pchar/Makefile
+++ b/net/pchar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2002/02/17 21:40:31 tron Exp $
+# $NetBSD: Makefile,v 1.16 2002/10/05 04:01:44 wiz Exp $
DISTNAME= pchar-1.4
CATEGORIES= net
@@ -10,6 +10,7 @@ COMMENT= Tool for measuring Internet path characteristics
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
BUILD_DEFS+= USE_INET6
.include "../../mk/bsd.prefs.mk"
@@ -20,9 +21,9 @@ CONFIGURE_ARGS+= --with-ipv6
# XXX Not fully integrated
.if ${OPSYS} == "NetBSD"
-.include "../ucd-snmp/buildlink.mk"
+.include "../ucd-snmp/buildlink2.mk"
-CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_DIR}
+CONFIGURE_ARGS+= --with-snmp=${BUILDLINK_PREFIX.ucd-snmp}
LIBS+= -lsnmp -lcrypto
.endif
@@ -30,5 +31,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8
-.include "../../security/openssl/buildlink.mk"
+.include "../../security/openssl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"