mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Switch to options helper
This commit is contained in:
parent
b9c730ffdd
commit
bc6d8b674a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403566
@ -29,9 +29,11 @@ post-patch:
|
||||
's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${STAGEDIR}${PYTHON_SITELIBDIR} && ${STRIP_CMD} \
|
||||
imgfuncs.so xmouse.so)
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user