mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Change USE_PYTHON_BUILD=2 to USES=python:2,build
- Strip executable
This commit is contained in:
parent
04e34adb4e
commit
25ab6a92fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369023
1 changed files with 3 additions and 2 deletions
|
@ -17,8 +17,7 @@ COMMENT= Liberate the universe from the evil company WEAPCO
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
USES= gmake iconv shebangfix
|
USES= gmake iconv python:2,build shebangfix
|
||||||
USE_PYTHON_BUILD= 2
|
|
||||||
USE_XORG= x11 xau xdmcp
|
USE_XORG= x11 xau xdmcp
|
||||||
USE_SDL= image mixer
|
USE_SDL= image mixer
|
||||||
WITH_ZLIB= yes
|
WITH_ZLIB= yes
|
||||||
|
@ -56,6 +55,8 @@ post-patch:
|
||||||
${WRKSRC}/makefile
|
${WRKSRC}/makefile
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue