diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-23 10:19:55 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-09-23 10:19:55 +0000 |
commit | 25ab6a92fac140e3983328f1cc878a31e6eee098 (patch) | |
tree | 3d82e8a8957a9bd3a9f69c000341f87c19b92a00 /games/starfighter | |
parent | 04e34adb4ee2584cae803fb9944b3940918e0f9d (diff) | |
download | ports-25ab6a92fac140e3983328f1cc878a31e6eee098.tar.gz ports-25ab6a92fac140e3983328f1cc878a31e6eee098.zip |
Notes
Diffstat (limited to 'games/starfighter')
-rw-r--r-- | games/starfighter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/starfighter/Makefile b/games/starfighter/Makefile index a253b837266a..d8abd91bfe52 100644 --- a/games/starfighter/Makefile +++ b/games/starfighter/Makefile @@ -17,8 +17,7 @@ COMMENT= Liberate the universe from the evil company WEAPCO 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/ |