svn commit: r370080 - head/games/schiff
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Oct 5 14:01:02 UTC 2014
Author: amdmi3
Date: Sun Oct 5 14:01:01 2014
New Revision: 370080
URL: https://svnweb.freebsd.org/changeset/ports/370080
QAT: https://qat.redports.org/buildarchive/r370080/
Log:
- Fix LICENSE
- Convert to USES=python
- Drop PLIST_DIRS
Modified:
head/games/schiff/Makefile
Modified: head/games/schiff/Makefile
==============================================================================
--- head/games/schiff/Makefile Sun Oct 5 14:00:56 2014 (r370079)
+++ head/games/schiff/Makefile Sun Oct 5 14:01:01 2014 (r370080)
@@ -10,16 +10,16 @@ MASTER_SITES= SF/pygamebook/${PORTNAME:S
DISTFILES= ${PORTNAME}${DISTVERSION}.py \
${PORTNAME}.png:icons
DIST_SUBDIR= python
-EXTRACT_ONLY=
+EXTRACT_ONLY= # empty
MAINTAINER= games at FreeBSD.org
COMMENT= Steer your ship(s) with the keyboard
-LICENSE= GPLv3
+LICENSE= GPLv2 # or later
RUN_DEPENDS= ${PYGAME}
-USE_PYTHON= 2
+USES= python:2,run
NO_BUILD= yes
SUB_FILES= ${PORTNAME}
@@ -27,7 +27,6 @@ SUB_FILES= ${PORTNAME}
PLIST_FILES= bin/${PORTNAME} \
share/pixmaps/${PORTNAME}.png \
%%DATADIR%%/${PORTNAME}.py
-PLIST_DIRS= %%DATADIR%%
DESKTOP_ENTRIES="Schiff" "" ${PORTNAME} \
"${PORTNAME}" "Game;LogicGame;" ""
More information about the svn-ports-all
mailing list