1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Use INSTALL_TARGET=install-strip instead of STRIP_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-18 22:48:21 +00:00
parent 0637ff72d0
commit 4295e9b2fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377361

View File

@ -28,6 +28,7 @@ MEMTRACE_DESC= Internal memory tracking
TEST_DESC= Internal test program
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
USES= autoreconf gmake libtool pathfix tar:bzip2
@ -57,9 +58,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|CUnit-[A-Z][a-z]*\.[a-z]*|${DATADIR}/&|' ${WRKSRC}/CUnit/Sources/Automated/Automated.c
@${REINPLACE_CMD} -e '/fprintf/ s|Memory-Dump\.[a-z]*|${DATADIR}/&|' ${WRKSRC}/CUnit/Sources/Framework/MyMem.c
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcunit.so.1.0.1
regression-test test: build
cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check