summaryrefslogtreecommitdiff
path: root/net/cdpd
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2003-08-30 14:01:18 +0000
committerseb <seb@pkgsrc.org>2003-08-30 14:01:18 +0000
commit8c3b63460966080f15abde676e9e2756cbd8c77b (patch)
treeacf0972c22926f2d73708e103d4d55046cd588b6 /net/cdpd
parentb610884c812d71eaa50a0e65e8f56a1de045c162 (diff)
downloadpkgsrc-8c3b63460966080f15abde676e9e2756cbd8c77b.tar.gz
Use buildlink2.
Diffstat (limited to 'net/cdpd')
-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"