diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/beacon | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) | |
download | ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip |
Notes
Diffstat (limited to 'net/beacon')
-rw-r--r-- | net/beacon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index f066e151ff4b..89f649ca209f 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -13,8 +13,8 @@ COMMENT= Beacon active measurement tool to monitor multicast LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net -RUN_DEPENDS= p5-Net>=0:${PORTSDIR}/net/p5-Net +BUILD_DEPENDS= p5-Net>=0:net/p5-Net +RUN_DEPENDS= p5-Net>=0:net/p5-Net WWW_DIR?= ${PREFIX}/www/ PLIST_SUB+= VERSION=${PORTVERSION} @@ -27,7 +27,7 @@ OPTIONS_DEFINE= DOCS IPV6 IPV6_DESC= Enable IPv6 PTR lookups IPV6_CONFIGURE_ENABLE= ipv6 -IPV6_BUILD_DEPENDS= p5-Socket6>=0:${PORTSDIR}/net/p5-Socket6 +IPV6_BUILD_DEPENDS= p5-Socket6>=0:net/p5-Socket6 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Net/Multicast/Beacon/Beacon.so |