svn commit: r336203 - head/print/py-cups
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Dec 11 19:02:48 UTC 2013
Author: sunpoet
Date: Wed Dec 11 19:02:47 2013
New Revision: 336203
URL: http://svnweb.freebsd.org/changeset/ports/336203
Log:
- Strip shared library
Modified:
head/print/py-cups/Makefile
Modified: head/print/py-cups/Makefile
==============================================================================
--- head/print/py-cups/Makefile Wed Dec 11 19:00:07 2013 (r336202)
+++ head/print/py-cups/Makefile Wed Dec 11 19:02:47 2013 (r336203)
@@ -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>
More information about the svn-ports-all
mailing list