svn commit: r332876 - head/devel/libcheck

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 5 17:55:19 UTC 2013


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>


More information about the svn-ports-all mailing list