1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

print/py-pycups: Cosmetic change

This commit is contained in:
Po-Chuan Hsieh 2021-10-25 23:09:24 +08:00
parent b04cba05b6
commit 21da4fe85b
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -30,6 +30,6 @@ pre-configure:
@${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c
post-install:
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups*.so
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
.include <bsd.port.post.mk>