summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2014-05-15 01:51:56 +0200
committerUser Wartung <wartung@peng.spline.inf.fu-berlin.de>2014-05-15 01:51:56 +0200
commit3dfd53973315cc34cf5308ac26f3bca3915d80aa (patch)
tree230552d5f6475879677af888076caa1a0605f7ce
parent01d7efcff1d99a04cb9c43e553be7071d6e12ae1 (diff)
downloadlldpd-3dfd53973315cc34cf5308ac26f3bca3915d80aa.tar.gz
lldpd-3dfd53973315cc34cf5308ac26f3bca3915d80aa.tar.bz2
lldpd-3dfd53973315cc34cf5308ac26f3bca3915d80aa.zip
fix config path in manpage
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 194ef2f..52552a8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,4 +44,7 @@ XML_CONFIGURE_WITH= xml
SNMP_CONFIGURE_WITH= snmp
SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
+post-patch:
+ @${REINPLACE_CMD} -e "s|/etc/|${PREFIX}/etc/|g" ${WRKSRC}/src/daemon/lldpd.8
+
.include <bsd.port.mk>