1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

- Don't run STRIP_CMD on scripts

Reported by:	mat
This commit is contained in:
Ryan Steinmetz 2014-12-10 13:03:03 +00:00
parent 6bae2ace9d
commit 1458630325
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374454

View File

@ -344,6 +344,6 @@ pre-configure:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}-${PORTVERSION}/*.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rlm_* \
${STAGEDIR}${PREFIX}/sbin/rad*
${STAGEDIR}${PREFIX}/sbin/radiusd
.include <bsd.port.post.mk>