Date: Sun, 18 Jan 2015 22:48:33 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377362 - head/devel/libcheck Message-ID: <201501182248.t0IMmXC8003317@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501182248.t0IMmXC8003317>