diff options
-rw-r--r-- | graphics/py-pygeos/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile index d2c762f95d5e..ad444459faa4 100644 --- a/graphics/py-pygeos/Makefile +++ b/graphics/py-pygeos/Makefile @@ -2,6 +2,7 @@ PORTNAME= pygeos PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,4 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pygeos/*.so + .include <bsd.port.mk> |