summaryrefslogtreecommitdiff
path: root/dns/ldns
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-04-30 15:16:34 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-04-30 15:16:34 +0000
commitfcac22bc91d5df8b1edcec69692476ac2fb7e29a (patch)
tree9d63ba76c8741e8e2d3148138bb4186d7bf341db /dns/ldns
parent1aa6b6214b23e0775dc3c618e24100134038d379 (diff)
downloadfreebsd-ports-fcac22bc91d5df8b1edcec69692476ac2fb7e29a.zip
Convert p5-DNS-Ldns to staging.
Truckload of pointy hats to: erwin Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r--dns/ldns/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile
index 57556b7d4b4a..650f43a76f30 100644
--- a/dns/ldns/Makefile
+++ b/dns/ldns/Makefile
@@ -135,4 +135,9 @@ post-install:
.endif # BUILD_PYLDNS || BUILD_P5PERL
+.if defined(BUILD_P5PERL)
+post-stage::
+ ${SED} -i '' 's|^${STAGEDIR}||' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/DNS/LDNS/.packlist
+.endif
+
.include <bsd.port.mk>