svn commit: r377362 - head/devel/libcheck

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


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

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

Modified:
  head/devel/libcheck/Makefile

Modified: head/devel/libcheck/Makefile
==============================================================================
--- head/devel/libcheck/Makefile	Sun Jan 18 22:48:21 2015	(r377361)
+++ head/devel/libcheck/Makefile	Sun Jan 18 22:48:33 2015	(r377362)
@@ -16,6 +16,7 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 CONFIGURE_ENV=	ac_cv_path_AWK_PATH=${AWK}
 GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 USES=		gmake libtool pathfix
 
@@ -33,7 +34,4 @@ post-patch:
 		-e '/^example[a-z]*dir = / s|(docdir)/example/|(exampledir)/|' \
 			${WRKSRC}/doc/Makefile.in
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcheck.so.0.0.0
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list