aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/lldpd
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /net-mgmt/lldpd
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'net-mgmt/lldpd')
-rw-r--r--net-mgmt/lldpd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/lldpd/Makefile b/net-mgmt/lldpd/Makefile
index 2d6342f7bf79..b742df4eadbb 100644
--- a/net-mgmt/lldpd/Makefile
+++ b/net-mgmt/lldpd/Makefile
@@ -12,7 +12,7 @@ COMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent
LICENSE= ISCL
-LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2
+LIB_DEPENDS= libevent.so:devel/libevent2
USES= libtool
USE_LDCONFIG= yes
@@ -49,10 +49,10 @@ SNMP_CONFIGURE_WITH= snmp
XML_CONFIGURE_WITH= xml
PROPRIETARY_CONFIGURE_ENABLE= cdp edp fdp sonmp
-JSON_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson
+JSON_LIB_DEPENDS= libjansson.so:devel/jansson
JSON_USES= pkgconfig
-SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
-XML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2
+SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
+XML_LIB_DEPENDS= libxml2.so:textproc/libxml2
post-install:
${INSTALL_DATA} ${FILESDIR}/README.bsd ${STAGEDIR}${DOCSDIR}