aboutsummaryrefslogtreecommitdiff
path: root/print/py-cups
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-11 19:02:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-12-11 19:02:47 +0000
commit99e87affb98de853f6b8d0dbe1a1da5769f47fcb (patch)
tree8072ba1cd7042df9962b0b597c2b5168cd56231b /print/py-cups
parent7ed5cbf4c2251d229f2e765049b32f0d223d6136 (diff)
downloadports-99e87affb98de853f6b8d0dbe1a1da5769f47fcb.tar.gz
ports-99e87affb98de853f6b8d0dbe1a1da5769f47fcb.zip
Notes
Diffstat (limited to 'print/py-cups')
-rw-r--r--print/py-cups/Makefile3
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>