diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-21 23:47:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-21 23:47:24 +0000 |
commit | 12e3b34a8e5e8a4341d9f279c66a22586f91e80d (patch) | |
tree | 646fba896a40e7029bcfd2506d3779dcf400b2c3 /dns/ldns | |
parent | 5acf5e722cdddfe33c9b7a41f6a904bdc949b023 (diff) | |
download | freebsd-ports-12e3b34a8e5e8a4341d9f279c66a22586f91e80d.zip |
Fix build.
Sponsored by: Absolight
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 27001dd60a69..a3a3a61a19d3 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -88,7 +88,7 @@ post-patch: @${SED} -i '' -e 's=-I./include/ldns=-I${LOCALBASE}/include/ldns=' ${WRKSRC}/Makefile.in post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/perl5/site_perl/mach/5.24/auto/DNS/LDNS/LDNS.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/DNS/LDNS/LDNS.so .else ALL_TARGET= all INSTALL_TARGET= install-lib install-h install-config |