diff options
Diffstat (limited to 'misc/py-python-geohash/Makefile')
-rw-r--r-- | misc/py-python-geohash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-python-geohash/Makefile b/misc/py-python-geohash/Makefile index 31bfbf66f26a..fbccc68d6f50 100644 --- a/misc/py-python-geohash/Makefile +++ b/misc/py-python-geohash/Makefile @@ -18,6 +18,6 @@ USES= python USE_PYTHON= autoplist distutils post-install: - @${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/_geohash.so + @${STRIP_CMD} ${STAGEDIR}/${PYTHON_SITELIBDIR}/_geohash*.so .include <bsd.port.mk> |