aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-12-12 03:02:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-12-12 03:02:47 +0800
commitb63f032a2145acb749de8fc57d01b012a1b7347c (patch)
tree8072ba1cd7042df9962b0b597c2b5168cd56231b /print
parent05243c3f7630f20ec4b00fffe2f2a87cf47487f9 (diff)
downloadfreebsd-ports-gnome-b63f032a2145acb749de8fc57d01b012a1b7347c.tar.gz
freebsd-ports-gnome-b63f032a2145acb749de8fc57d01b012a1b7347c.tar.zst
freebsd-ports-gnome-b63f032a2145acb749de8fc57d01b012a1b7347c.zip
- Strip shared library
Diffstat (limited to 'print')
-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>