aboutsummaryrefslogtreecommitdiff
path: root/devel/libcheck
diff options
context:
space:
mode:
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>