diff options
author | adrianp <adrianp> | 2007-02-18 18:54:23 +0000 |
---|---|---|
committer | adrianp <adrianp> | 2007-02-18 18:54:23 +0000 |
commit | b116860bee28f23fad77b2eda3afe4bd06450a86 (patch) | |
tree | a288cb4f084a313d25d2e9502b986a29962bedb8 /net/cdpd | |
parent | fa6f57152e48277156f4a2e2cfdd2b260e49a8df (diff) | |
download | pkgsrc-b116860bee28f23fad77b2eda3afe4bd06450a86.tar.gz |
buildlink updates and patches to handle the new libnet package structure
bump PKGREVISION
Diffstat (limited to 'net/cdpd')
-rw-r--r-- | net/cdpd/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile index 52eb092c757..7e1ef5676cc 100644 --- a/net/cdpd/Makefile +++ b/net/cdpd/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2007/01/07 09:14:02 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/02/18 18:57:33 adrianp Exp $ # DISTNAME= cdpd-1.0.2 -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/ @@ -11,13 +11,17 @@ COMMENT= Simple daemon to send Cisco Discovery Protocol packets GNU_CONFIGURE= YES -BUILDLINK_API_DEPENDS.libnet+= libnet-1.0.* - INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin +SUBST_CLASSES+= conf +SUBST_STAGE.conf= pre-configure +SUBST_FILES.conf= configure +SUBST_SED.conf= -e "s|libnet-config|libnet10-config|g" +SUBST_MESSAGE.conf= Fixing configuration script. + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd ${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/${PKGMANDIR}/man8/cdpd.8 -.include "../../devel/libnet/buildlink3.mk" +.include "../../devel/libnet10/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |