aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/pystemmer/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/pystemmer/Makefile b/textproc/pystemmer/Makefile
index adca609c70b8..98f9af149180 100644
--- a/textproc/pystemmer/Makefile
+++ b/textproc/pystemmer/Makefile
@@ -15,4 +15,7 @@ COMMENT= Snowball Stemming Algorithms for Information Retrieval
USES= python
USE_PYTHON= distutils autoplist
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/Stemmer.so
+
.include <bsd.port.mk>