1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11-fonts/py-cffsubr: Adjust 5a1b97e112

This commit is contained in:
Po-Chuan Hsieh 2024-05-28 18:01:00 +08:00
parent c00fd3f2cc
commit 7d76cc89e6
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -21,13 +21,18 @@ RUN_DEPENDS= tx:x11-fonts/afdko \
USES= python
USE_PYTHON= autoplist concurrent pep517
# Remove bundled libraries
EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/external \
--no-same-owner --no-same-permissions
NO_ARCH= yes
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:
${LN} -s ${LOCALBASE}/bin/tx ${STAGEDIR}${PYTHON_SITELIBDIR}/cffsubr/tx