aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-10 12:15:44 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-10 12:15:44 +0000
commit7cdf0df6028d76fe55710b2e5e52ec0574f4d3d7 (patch)
treee3e3d44bd21c7aa7185e6c7bd30be8eaaa6f003b /textproc/gdome2
parent61de712f4609a18a2988695e252651c69d10cafd (diff)
downloadports-7cdf0df6028d76fe55710b2e5e52ec0574f4d3d7.tar.gz
ports-7cdf0df6028d76fe55710b2e5e52ec0574f4d3d7.zip
- Strip library
Notes
Notes: svn path=/head/; revision=357301
Diffstat (limited to 'textproc/gdome2')
-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>