diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-03 16:51:25 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-12-03 16:51:25 +0000 |
commit | dd7db7a4711e0c9a2290469092e13cc287c76f84 (patch) | |
tree | a6f74ea50d2d048ffaf472c83d085aa7113844dc /graphics/py-rabbyt | |
parent | 752af46e063766971c5d6100086368d40176c44c (diff) | |
download | ports-dd7db7a4711e0c9a2290469092e13cc287c76f84.tar.gz ports-dd7db7a4711e0c9a2290469092e13cc287c76f84.zip |
Notes
Diffstat (limited to 'graphics/py-rabbyt')
-rw-r--r-- | graphics/py-rabbyt/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/py-rabbyt/Makefile b/graphics/py-rabbyt/Makefile index 0b9ea473917b..3192ce359ac6 100644 --- a/graphics/py-rabbyt/Makefile +++ b/graphics/py-rabbyt/Makefile @@ -13,11 +13,11 @@ DISTNAME= Rabbyt-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Fast sprite library for Python -USES= python -USE_PYTHON= distutils autoplist -USE_GL= gl glu +USES= python +USE_PYTHON= distutils autoplist +USE_GL= gl glu post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so + ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rabbyt/*.so .include <bsd.port.mk> |