svn commit: r370578 - head/games/oneisenough

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 10 14:00:14 UTC 2014


Author: amdmi3
Date: Fri Oct 10 14:00:13 2014
New Revision: 370578
URL: https://svnweb.freebsd.org/changeset/ports/370578
QAT: https://qat.redports.org/buildarchive/r370578/

Log:
  - Convert to USES=python
  - Drop @dirrm* from plist

Modified:
  head/games/oneisenough/Makefile
  head/games/oneisenough/pkg-plist

Modified: head/games/oneisenough/Makefile
==============================================================================
--- head/games/oneisenough/Makefile	Fri Oct 10 14:00:08 2014	(r370577)
+++ head/games/oneisenough/Makefile	Fri Oct 10 14:00:13 2014	(r370578)
@@ -20,13 +20,12 @@ RUN_DEPENDS=	${PYGAME}
 
 WRKSRC=		${WRKDIR}/"one is enough"
 
-USES=		dos2unix shebangfix zip
+USES=		dos2unix python:2 shebangfix zip
 DOS2UNIX_FILES=	*.txt bin/*.py
 DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
 SHEBANG_FILES=	run_game.py bin/mainmenu.py
 python_OLD_CMD?=	/usr/bin/env python
 python_CMD?=		${PYTHON_CMD}
-USE_PYTHON=	2
 
 PORTDOCS=	README.txt
 OPTIONS_DEFINE=	DOCS

Modified: head/games/oneisenough/pkg-plist
==============================================================================
--- head/games/oneisenough/pkg-plist	Fri Oct 10 14:00:08 2014	(r370577)
+++ head/games/oneisenough/pkg-plist	Fri Oct 10 14:00:13 2014	(r370578)
@@ -58,8 +58,3 @@ bin/oneisenough
 %%DATADIR%%/run_game.pyc
 %%DATADIR%%/run_game.pyo
 share/pixmaps/oneisenough.png
- at dirrm %%DATADIR%%/bin/sounds
- at dirrm %%DATADIR%%/bin/pictures
- at dirrm %%DATADIR%%/bin/data
- at dirrm %%DATADIR%%/bin
- at dirrm %%DATADIR%%


More information about the svn-ports-head mailing list