diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-06 01:55:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-06 01:55:18 +0800 |
commit | f746f4c702d367327c87b12aab65c5121f41ffb5 (patch) | |
tree | 65fa5f3094bfbe569b8d992fad634a3544e154bd | |
parent | 80292546d1770e8a133fd0b7d2aad89ba039aa47 (diff) | |
download | freebsd-ports-gnome-f746f4c702d367327c87b12aab65c5121f41ffb5.tar.gz freebsd-ports-gnome-f746f4c702d367327c87b12aab65c5121f41ffb5.tar.zst freebsd-ports-gnome-f746f4c702d367327c87b12aab65c5121f41ffb5.zip |
- Strip shared library
- Cleanup Makefile
-rw-r--r-- | devel/libcheck/Makefile | 5 |
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> |