svn commit: r370711 - head/games/nelly
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Oct 12 14:01:32 UTC 2014
Author: amdmi3
Date: Sun Oct 12 14:01:30 2014
New Revision: 370711
URL: https://svnweb.freebsd.org/changeset/ports/370711
QAT: https://qat.redports.org/buildarchive/r370711/
Log:
- Convert to USES=python
- Drop @dirrm* from plist
Modified:
head/games/nelly/Makefile
head/games/nelly/pkg-plist
Modified: head/games/nelly/Makefile
==============================================================================
--- head/games/nelly/Makefile Sun Oct 12 14:01:22 2014 (r370710)
+++ head/games/nelly/Makefile Sun Oct 12 14:01:30 2014 (r370711)
@@ -19,7 +19,7 @@ COMMENT= Nelly's Rooftop Garden, physics
RUN_DEPENDS= ${PYGAME} \
${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl
-USE_PYTHON= 2
+USES= python:2
PORTDOCS= README
OPTIONS_DEFINE= DOCS
Modified: head/games/nelly/pkg-plist
==============================================================================
--- head/games/nelly/pkg-plist Sun Oct 12 14:01:22 2014 (r370710)
+++ head/games/nelly/pkg-plist Sun Oct 12 14:01:30 2014 (r370711)
@@ -66,7 +66,3 @@ bin/nelly
%%DATADIR%%/textures/toold_wood.png
%%DATADIR%%/textures/wood.png
share/pixmaps/nelly.png
- at dirrm %%DATADIR%%/textures
- at dirrm %%DATADIR%%/levels
- at dirrm %%DATADIR%%/fonts
- at dirrm %%DATADIR%%
More information about the svn-ports-head
mailing list