svn commit: r369023 - head/games/starfighter

Rusmir Dusko nemysis at FreeBSD.org
Tue Sep 23 10:19:56 UTC 2014


Author: nemysis
Date: Tue Sep 23 10:19:55 2014
New Revision: 369023
URL: http://svnweb.freebsd.org/changeset/ports/369023
QAT: https://qat.redports.org/buildarchive/r369023/

Log:
  - Change USE_PYTHON_BUILD=2 to USES=python:2,build
  - Strip executable

Modified:
  head/games/starfighter/Makefile

Modified: head/games/starfighter/Makefile
==============================================================================
--- head/games/starfighter/Makefile	Tue Sep 23 10:18:10 2014	(r369022)
+++ head/games/starfighter/Makefile	Tue Sep 23 10:19:55 2014	(r369023)
@@ -17,8 +17,7 @@ COMMENT=	Liberate the universe from the 
 
 LICENSE=	GPLv2
 
-USES=		gmake iconv shebangfix
-USE_PYTHON_BUILD=	2
+USES=		gmake iconv python:2,build shebangfix
 USE_XORG=	x11 xau xdmcp
 USE_SDL=	image mixer
 WITH_ZLIB=	yes
@@ -56,6 +55,8 @@ post-patch:
 		${WRKSRC}/makefile
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
 	${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
 		${STAGEDIR}${PREFIX}/share/pixmaps/
 


More information about the svn-ports-head mailing list