Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Oct 2014 14:01:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370080 - head/games/schiff
Message-ID:  <201410051401.s95E11ki010682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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;" ""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410051401.s95E11ki010682>