diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-11 19:02:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-11 19:02:47 +0000 |
commit | 99e87affb98de853f6b8d0dbe1a1da5769f47fcb (patch) | |
tree | 8072ba1cd7042df9962b0b597c2b5168cd56231b /print/py-cups | |
parent | 7ed5cbf4c2251d229f2e765049b32f0d223d6136 (diff) | |
download | ports-99e87affb98de853f6b8d0dbe1a1da5769f47fcb.tar.gz ports-99e87affb98de853f6b8d0dbe1a1da5769f47fcb.zip |
Notes
Diffstat (limited to 'print/py-cups')
-rw-r--r-- | print/py-cups/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/py-cups/Makefile b/print/py-cups/Makefile index af778e82a3eb..cf814fb49c88 100644 --- a/print/py-cups/Makefile +++ b/print/py-cups/Makefile @@ -38,4 +38,7 @@ pre-configure: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/cupsconnection.c @${REINPLACE_CMD} -e 's|#ifdef __SVR4|#ifdef __FreeBSD__|' ${WRKSRC}/cupsppd.c +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/cups.so + .include <bsd.port.post.mk> |