summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 03:07:13 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-01-03 03:07:13 +0000
commitc7f775ef0d3ca6c862b4a546fb1a365a40013d90 (patch)
treea2719992a9ad4be64ccb26c69031e2194188b3b7 /dns
parentNew port: net/nrpe (diff)
Made net/firedns LOCALBASE aware.
Informed maintainer.
Notes
Notes: svn path=/head/; revision=72326
Diffstat (limited to 'dns')
-rw-r--r--dns/firedns/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile
index 58ae91659f8c..928b7413b148 100644
--- a/dns/firedns/Makefile
+++ b/dns/firedns/Makefile
@@ -20,6 +20,7 @@ BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
HAS_CONFIGURE= yes
INSTALLS_SHLIB= yes
+USE_REINPLACE= yes
MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \
firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \
@@ -30,6 +31,10 @@ MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \
firedns_resolvename4.3 firedns_resolvename6.3 \
firedns_resolvetxt.3 libfiredns.3
+post-patch:
+ ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \
+ ${WRKSRC}/firemake.cflags ${WRKSRC}/firemake.ldflags
+
post-install:
@cd ${PREFIX}/lib; ${MV} libfiredns.so libfiredns.so.0; \
${LN} -s libfiredns.so.0 libfiredns.so