Date: Tue, 5 Nov 2013 17:55:18 +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: r332876 - head/devel/libcheck Message-ID: <201311051755.rA5HtIFK073694@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Nov 5 17:55:18 2013 New Revision: 332876 URL: http://svnweb.freebsd.org/changeset/ports/332876 Log: - Strip shared library - Cleanup Makefile Modified: head/devel/libcheck/Makefile Modified: head/devel/libcheck/Makefile ============================================================================== --- head/devel/libcheck/Makefile Tue Nov 5 17:08:05 2013 (r332875) +++ head/devel/libcheck/Makefile Tue Nov 5 17:55:18 2013 (r332876) @@ -20,8 +20,6 @@ USE_LDCONFIG= yes USES= gmake pathfix INFO= check -#NO_STAGE= yes -#MAN1= checkmk.1 .include <bsd.port.options.mk> @@ -44,4 +42,7 @@ post-patch: ${WRKSRC}/doc/Makefile.in .endif +post-build: + @${STRIP_CMD} ${WRKSRC}/src/.libs/libcheck.so.0 + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311051755.rA5HtIFK073694>