- Strip library
This commit is contained in:
parent
c74184848f
commit
8d91c10bdc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381677
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue