svn commit: r379577 - head/textproc/pystemmer

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Feb 22 05:09:46 UTC 2015


Author: amdmi3
Date: Sun Feb 22 05:09:45 2015
New Revision: 379577
URL: https://svnweb.freebsd.org/changeset/ports/379577
QAT: https://qat.redports.org/buildarchive/r379577/

Log:
  - Strip library

Modified:
  head/textproc/pystemmer/Makefile

Modified: head/textproc/pystemmer/Makefile
==============================================================================
--- head/textproc/pystemmer/Makefile	Sun Feb 22 05:09:24 2015	(r379576)
+++ head/textproc/pystemmer/Makefile	Sun Feb 22 05:09:45 2015	(r379577)
@@ -15,4 +15,7 @@ COMMENT=	Snowball Stemming Algorithms fo
 USES=		python
 USE_PYTHON=	distutils autoplist
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer.so
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list