From 823ebae79fe21108287dbfd037d6514f4f2cc649 Mon Sep 17 00:00:00 2001 From: wiz Date: Sat, 5 Oct 2002 03:57:34 +0000 Subject: Convert to buildlink2. --- net/docsis/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'net/docsis') 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" -- cgit v1.2.3