diff options
author | mat <mat@FreeBSD.org> | 2017-03-22 07:47:24 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 20:53:58 +0800 |
commit | c24e0f1474d98c6ecf45a6f1626dba021adbcb0f (patch) | |
tree | 29a5e79abe8de3a0cefba0ec2cbd6d41a39ab323 | |
parent | be8a4eef1075cf1ed3510afbe50990cd2ba09419 (diff) | |
download | freebsd-ports-gnome-c24e0f1474d98c6ecf45a6f1626dba021adbcb0f.tar.gz freebsd-ports-gnome-c24e0f1474d98c6ecf45a6f1626dba021adbcb0f.tar.zst freebsd-ports-gnome-c24e0f1474d98c6ecf45a6f1626dba021adbcb0f.zip |
Fix build.
Sponsored by: Absolight
-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 |