Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 19:02:48 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336203 - head/print/py-cups
Message-ID:  <201312111902.rBBJ2mVf004610@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312111902.rBBJ2mVf004610>