svn commit: r373843 - head/graphics/py-rabbyt

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Dec 3 16:51:26 UTC 2014


Author: amdmi3
Date: Wed Dec  3 16:51:25 2014
New Revision: 373843
URL: https://svnweb.freebsd.org/changeset/ports/373843
QAT: https://qat.redports.org/buildarchive/r373843/

Log:
  - Strip in PREFIX-, not in LOCALBASE-relative path
  - Whitespace fix

Modified:
  head/graphics/py-rabbyt/Makefile

Modified: head/graphics/py-rabbyt/Makefile
==============================================================================
--- head/graphics/py-rabbyt/Makefile	Wed Dec  3 16:50:13 2014	(r373842)
+++ head/graphics/py-rabbyt/Makefile	Wed Dec  3 16:51:25 2014	(r373843)
@@ -13,11 +13,11 @@ DISTNAME=	Rabbyt-${PORTVERSION}
 MAINTAINER=	amdmi3 at 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>


More information about the svn-ports-head mailing list