diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 22:48:21 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 22:48:21 +0000 |
commit | 4295e9b2fa0fe8bab9e7862d315d3452a10012e7 (patch) | |
tree | e5118bd5584da4d0ba7765c3e2d25fac803b6a80 /devel/cunit | |
parent | 0637ff72d003b28a2be05f49da0eb09f607bcfff (diff) |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Notes
Notes:
svn path=/head/; revision=377361
Diffstat (limited to 'devel/cunit')
-rw-r--r-- | devel/cunit/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index 27142315819a..4118ae8b2b0d 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -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 |