diff options
author | mat <mat@FreeBSD.org> | 2017-03-22 07:47:24 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-03-22 07:47:24 +0800 |
commit | d45ed8fc0301be0be5599719a3f67361683ddf8a (patch) | |
tree | 646fba896a40e7029bcfd2506d3779dcf400b2c3 /dns | |
parent | ef62d91b36e7aa695e88c74fd003dcd3ed058c61 (diff) | |
download | freebsd-ports-gnome-d45ed8fc0301be0be5599719a3f67361683ddf8a.tar.gz freebsd-ports-gnome-d45ed8fc0301be0be5599719a3f67361683ddf8a.tar.zst freebsd-ports-gnome-d45ed8fc0301be0be5599719a3f67361683ddf8a.zip |
Fix build.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-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 |