- Strip library

This commit is contained in:
Dmitry Marakasov 2015-03-19 19:09:36 +00:00
parent c74184848f
commit 8d91c10bdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381677

View file

@ -3,6 +3,7 @@
PORTNAME= syck
PORTVERSION= 0.61.2
PORTREVISION= 1
CATEGORIES= textproc devel python
MASTER_SITES= http://pyyaml.org/download/pysyck/ \
LOCAL/avl
@ -21,4 +22,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|#include|include|g ; s|#library_dirs|library_dirs|g ; \
s|/usr/local|${LOCALBASE}|g ' ${WRKSRC}/setup.cfg
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/_syck.so
.include <bsd.port.mk>