summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorseb <seb>2003-08-30 14:01:18 +0000
committerseb <seb>2003-08-30 14:01:18 +0000
commitf0544945ee3ff4d52561467ab66eb0d6f8e67a88 (patch)
treeacf0972c22926f2d73708e103d4d55046cd588b6 /net
parenta3dcd64ad89edcfd576ee6fbd18cb64d205b7786 (diff)
downloadpkgsrc-f0544945ee3ff4d52561467ab66eb0d6f8e67a88.tar.gz
Use buildlink2.
Diffstat (limited to 'net')
-rw-r--r--net/cdpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/cdpd/Makefile b/net/cdpd/Makefile
index 69c49e7e09c..fc3c6e7afff 100644
--- a/net/cdpd/Makefile
+++ b/net/cdpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 22:51:02 grant Exp $
+# $NetBSD: Makefile,v 1.4 2003/08/30 14:01:18 seb Exp $
#
DISTNAME= cdpd-1.0.1
@@ -8,12 +8,12 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/snar/
MAINTAINER= explorer@NetBSD.org
COMMENT= Simple daemon to send Cisco Discovery Protocol packets
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-DEPENDS= libnet-[0-9]*:../../devel/libnet
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cdpd ${PREFIX}/sbin/cdpd
${INSTALL_DATA} ${WRKSRC}/cdpd.8 ${PREFIX}/man/man8/cdpd.8
+.include "../../devel/libnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"