1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Strip library

This commit is contained in:
Dmitry Marakasov 2014-06-10 12:15:44 +00:00
parent 61de712f46
commit 7cdf0df602
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357301

View File

@ -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>