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

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 28 08:07:56 UTC 2014


Author: amdmi3
Date: Sun Sep 28 08:07:55 2014
New Revision: 369441
URL: http://svnweb.freebsd.org/changeset/ports/369441
QAT: https://qat.redports.org/buildarchive/r369441/

Log:
  - Switch to USES=python
  - Strip libraries

Modified:
  head/graphics/py-rabbyt/Makefile

Modified: head/graphics/py-rabbyt/Makefile
==============================================================================
--- head/graphics/py-rabbyt/Makefile	Sun Sep 28 07:48:34 2014	(r369440)
+++ head/graphics/py-rabbyt/Makefile	Sun Sep 28 08:07:55 2014	(r369441)
@@ -13,10 +13,11 @@ DISTNAME=	Rabbyt-${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Fast sprite library for Python
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
-PYDISTUTILS_AUTOPLIST=	yes
-PYDISTUTILS_ARCHDEP=	yes
+USES=			python
+USE_PYTHON=		distutils autoplist
 USE_GL=			gl glu
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rabbyt/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list