aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-06-10 20:15:44 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-06-10 20:15:44 +0800
commit95ba6041f524877ecea4ead147abe4e7b85b1dee (patch)
treee3e3d44bd21c7aa7185e6c7bd30be8eaaa6f003b
parentd4ba2ee310de35fc89a3aa0df9bd3994df0e1c06 (diff)
downloadfreebsd-ports-gnome-95ba6041f524877ecea4ead147abe4e7b85b1dee.tar.gz
freebsd-ports-gnome-95ba6041f524877ecea4ead147abe4e7b85b1dee.tar.zst
freebsd-ports-gnome-95ba6041f524877ecea4ead147abe4e7b85b1dee.zip
- Strip library
-rw-r--r--textproc/gdome2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index 6eb71fc4a3dc..9cce228bbc0c 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -46,4 +46,7 @@ post-patch:
s,<parserInternals\.h>,<libxml/parserInternals.h>,; \
s,<entities\.h>,<libxml/entities.h>,'
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgdome.so
+
.include <bsd.port.mk>