svn commit: r370638 - head/games/whichwayisup
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Oct 11 14:00:20 UTC 2014
Author: amdmi3
Date: Sat Oct 11 14:00:19 2014
New Revision: 370638
URL: https://svnweb.freebsd.org/changeset/ports/370638
QAT: https://qat.redports.org/buildarchive/r370638/
Log:
- Convert to USES=python
- Drop @dirrm* from plist
Modified:
head/games/whichwayisup/Makefile
head/games/whichwayisup/pkg-plist
Modified: head/games/whichwayisup/Makefile
==============================================================================
--- head/games/whichwayisup/Makefile Sat Oct 11 14:00:14 2014 (r370637)
+++ head/games/whichwayisup/Makefile Sat Oct 11 14:00:19 2014 (r370638)
@@ -21,9 +21,8 @@ RUN_DEPENDS= ${PYGAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= dos2unix zip
+USES= dos2unix python zip
DOS2UNIX_REGEX= .*.[^pt][^nt][^gf]
-USE_PYTHON= yes
INSTALLS_ICONS= yes
PORTDOCS= README.txt changelog.txt
Modified: head/games/whichwayisup/pkg-plist
==============================================================================
--- head/games/whichwayisup/pkg-plist Sat Oct 11 14:00:14 2014 (r370637)
+++ head/games/whichwayisup/pkg-plist Sat Oct 11 14:00:19 2014 (r370638)
@@ -197,10 +197,3 @@ share/pixmaps/whichwayisup.png
%%DATADIR%%/sounds/kling.ogg
%%DATADIR%%/sounds/nextlevel.ogg
%%DATADIR%%/sounds/woosh.ogg
- at dirrm %%DATADIR%%/sounds
- at dirrm %%DATADIR%%/pictures
- at dirrm %%DATADIR%%/music
- at dirrm %%DATADIR%%/misc
- at dirrm %%DATADIR%%/levels
- at dirrm %%DATADIR%%
- at dirrm %%PYTHON_SITELIBDIR%%/whichwayisup
More information about the svn-ports-head
mailing list