diff options
author | wiz <wiz> | 2002-10-05 03:57:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-05 03:57:34 +0000 |
commit | fe0f968788e41a788c2f8ab77755002fcd76f564 (patch) | |
tree | a15b8abedce5048465ab354441680dbf30a301a7 /net/docsis | |
parent | abefdaa3c3604d0f2e87139a159cbaec0716e544 (diff) | |
download | pkgsrc-fe0f968788e41a788c2f8ab77755002fcd76f564.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'net/docsis')
-rw-r--r-- | net/docsis/Makefile | 12 |
1 files changed, 6 insertions, 6 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" |