aboutsummaryrefslogtreecommitdiff
path: root/dns/gdnsd2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:00:51 +0000
commit4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch)
tree78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /dns/gdnsd2
parent7f4572eae4327c4403d9ef714cb6de917650662a (diff)
downloadports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz
ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412346
Diffstat (limited to 'dns/gdnsd2')
-rw-r--r--dns/gdnsd2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/dns/gdnsd2/Makefile b/dns/gdnsd2/Makefile
index e85fbc6c8f8c..062bef947aa1 100644
--- a/dns/gdnsd2/Makefile
+++ b/dns/gdnsd2/Makefile
@@ -14,8 +14,8 @@ COMMENT= Authoritative-only GeoIP-aware DNS server
LICENSE= GPLv3
-LIB_DEPENDS= libev.so:${PORTSDIR}/devel/libev
-BUILD_DEPENDS= ragel>0:${PORTSDIR}/devel/ragel
+LIB_DEPENDS= libev.so:devel/libev
+BUILD_DEPENDS= ragel>0:devel/ragel
FETCH_ARGS= -Fpr
@@ -37,11 +37,11 @@ OPTIONS_DEFINE= DOCS GEOIP URCU
OPTIONS_DEFAULT=GEOIP
GEOIP_DESC= Enable GeoIP Support
-GEOIP_RUN_DEPENDS= GeoIP>=0:${PORTSDIR}/net/GeoIP
+GEOIP_RUN_DEPENDS= GeoIP>=0:net/GeoIP
URCU_DESC= Read-Copy-Update Support (Faster Zone Parsing)
URCU_CONFIGURE_WITH= urcu
-URCU_LIB_DEPENDS= liburcu.so:${PORTSDIR}/sysutils/liburcu
+URCU_LIB_DEPENDS= liburcu.so:sysutils/liburcu
post-patch:
@${REINPLACE_CMD} -e 's|$${localstatedir}/lib/$${PACKAGE_NAME}|/var/db/${PORTNAME}|g' \