1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

- fix strip command (use ${PREFIX} instead real path)

This commit is contained in:
Olli Hauer 2014-07-08 22:46:02 +00:00
parent 21321f9b4a
commit 48622b58e5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361317

View File

@ -179,8 +179,8 @@ post-install:
${INSTALL_DATA} ${FILESDIR}/README_modules.d ${STAGEDIR}/${EXAMPLESDIR}/modules.d
# supress warnings about all the non binary files
-@${STRIP_CMD} ${STAGEDIR}/usr/local/sbin/* \
${STAGEDIR}/usr/local/libexec/apache22/*.so 2>/dev/null
-@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/* \
${STAGEDIR}${PREFIX}/libexec/apache22/*.so 2>/dev/null
.if ${PORT_OPTIONS:MLOG_FORENSIC}
@${INSTALL_SCRIPT} ${WRKSRC}/support/check_forensic ${STAGEDIR}${PREFIX}/sbin
.endif