aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-05 17:55:18 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-05 17:55:18 +0000
commitba8022acb1d8c3c32773fabe773d1b630fa609e1 (patch)
tree65fa5f3094bfbe569b8d992fad634a3544e154bd /devel/libcheck
parent03d8481ea1a26e0bfcd3248b92c61c71571b9b7b (diff)
downloadports-ba8022acb1d8c3c32773fabe773d1b630fa609e1.tar.gz
ports-ba8022acb1d8c3c32773fabe773d1b630fa609e1.zip
- Strip shared library
- Cleanup Makefile
Notes
Notes: svn path=/head/; revision=332876
Diffstat (limited to 'devel/libcheck')
-rw-r--r--devel/libcheck/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libcheck/Makefile b/devel/libcheck/Makefile
index 8e038be95b55..d2589c4a6ed5 100644
--- a/devel/libcheck/Makefile
+++ b/devel/libcheck/Makefile
@@ -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>