svn commit: r390413 - head/games/ppracer

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 23 14:14:40 UTC 2015


Author: amdmi3
Date: Tue Jun 23 14:14:39 2015
New Revision: 390413
URL: https://svnweb.freebsd.org/changeset/ports/390413

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Remove USES=desktop-file-utils as suggested by stage-qa

Modified:
  head/games/ppracer/Makefile

Modified: head/games/ppracer/Makefile
==============================================================================
--- head/games/ppracer/Makefile	Tue Jun 23 14:14:00 2015	(r390412)
+++ head/games/ppracer/Makefile	Tue Jun 23 14:14:39 2015	(r390413)
@@ -11,12 +11,13 @@ MASTER_SITES=	BERLIOS \
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	3D downhill racing game... kind of like TuxRacer Improved
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png \
 		libfreetype.so:${PORTSDIR}/print/freetype2
 
-USES=		gmake pkgconfig dos2unix desktop-file-utils tar:bzip2
+USES=		gmake pkgconfig dos2unix tar:bzip2
 DOS2UNIX_REGEX=	.*\.(c|cpp|h)
 USE_SDL=	mixer sdl
 USE_GL=		gl


More information about the svn-ports-head mailing list