diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-10 12:15:44 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-06-10 12:15:44 +0000 |
commit | 7cdf0df6028d76fe55710b2e5e52ec0574f4d3d7 (patch) | |
tree | e3e3d44bd21c7aa7185e6c7bd30be8eaaa6f003b /textproc/gdome2/Makefile | |
parent | 61de712f4609a18a2988695e252651c69d10cafd (diff) |
- Strip library
Notes
Notes:
svn path=/head/; revision=357301
Diffstat (limited to 'textproc/gdome2/Makefile')
-rw-r--r-- | textproc/gdome2/Makefile | 3 |
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> |