diff options
Diffstat (limited to 'astro/py-ephem/Makefile')
-rw-r--r-- | astro/py-ephem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/py-ephem/Makefile b/astro/py-ephem/Makefile index cf7677476a32..b22df3b8a921 100644 --- a/astro/py-ephem/Makefile +++ b/astro/py-ephem/Makefile @@ -16,7 +16,7 @@ USES= python USE_PYTHON= autoplist distutils post-install: - @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ephem/_libastro${PYTHON_EXT_SUFFIX}.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/ephem/_libastro${PYTHON_TAG}.so do-test: # WARNING: Testing via this command is deprecated and will be |