svn commit: r362370 - head/www/libapreq2
Olli Hauer
ohauer at FreeBSD.org
Sun Jul 20 20:42:32 UTC 2014
Author: ohauer
Date: Sun Jul 20 20:42:31 2014
New Revision: 362370
URL: http://svnweb.freebsd.org/changeset/ports/362370
QAT: https://qat.redports.org/buildarchive/r362370/
Log:
- fix STRIP_CMD command
s|libexec/apache22|${APACHEMODDIR}|
Noted by antoine@ and pkg-failout@
Modified:
head/www/libapreq2/Makefile
Modified: head/www/libapreq2/Makefile
==============================================================================
--- head/www/libapreq2/Makefile Sun Jul 20 20:42:23 2014 (r362369)
+++ head/www/libapreq2/Makefile Sun Jul 20 20:42:31 2014 (r362370)
@@ -24,6 +24,6 @@ PLIST_SUB= SHLIB_MAJOR="${SHLIB_MAJOR}"
post-stage:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libapreq2.so.3.8.0
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/apache22/mod_apreq2.so
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/mod_apreq2.so
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list