svn commit: r377361 - head/devel/cunit

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 18 22:48:22 UTC 2015


Author: sunpoet
Date: Sun Jan 18 22:48:21 2015
New Revision: 377361
URL: https://svnweb.freebsd.org/changeset/ports/377361
QAT: https://qat.redports.org/buildarchive/r377361/

Log:
  - Use INSTALL_TARGET=install-strip instead of STRIP_CMD

Modified:
  head/devel/cunit/Makefile

Modified: head/devel/cunit/Makefile
==============================================================================
--- head/devel/cunit/Makefile	Sun Jan 18 22:48:14 2015	(r377360)
+++ head/devel/cunit/Makefile	Sun Jan 18 22:48:21 2015	(r377361)
@@ -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
 


More information about the svn-ports-all mailing list