svn commit: r436666 - head/dns/ldns
Mathieu Arnold
mat at FreeBSD.org
Tue Mar 21 23:47:26 UTC 2017
Author: mat
Date: Tue Mar 21 23:47:24 2017
New Revision: 436666
URL: https://svnweb.freebsd.org/changeset/ports/436666
Log:
Fix build.
Sponsored by: Absolight
Modified:
head/dns/ldns/Makefile (contents, props changed)
Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile Tue Mar 21 23:46:20 2017 (r436665)
+++ head/dns/ldns/Makefile Tue Mar 21 23:47:24 2017 (r436666)
@@ -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
More information about the svn-ports-all
mailing list