mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
x11-fonts/py-cffsubr: Adjust 5a1b97e112
This commit is contained in:
parent
c00fd3f2cc
commit
7d76cc89e6
1 changed files with 9 additions and 4 deletions
|
@ -21,13 +21,18 @@ RUN_DEPENDS= tx:x11-fonts/afdko \
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
||||||
# Remove bundled libraries
|
|
||||||
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/external \
|
|
||||||
--no-same-owner --no-same-permissions
|
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
PLIST_FILES= ${PYTHON_SITELIBDIR}/cffsubr/tx
|
PLIST_FILES= ${PYTHON_SITELIBDIR}/cffsubr/tx
|
||||||
|
|
||||||
|
# Clean up bundled libraries
|
||||||
|
.if !defined(MAINTAINER_MODE)
|
||||||
|
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/external \
|
||||||
|
--no-same-owner --no-same-permissions
|
||||||
|
.else
|
||||||
|
post-patch:
|
||||||
|
@${RM} -r ${WRKSRC}/external/
|
||||||
|
.endif
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${LN} -s ${LOCALBASE}/bin/tx ${STAGEDIR}${PYTHON_SITELIBDIR}/cffsubr/tx
|
${LN} -s ${LOCALBASE}/bin/tx ${STAGEDIR}${PYTHON_SITELIBDIR}/cffsubr/tx
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue