svn commit: r373871 - head/games/tuxracer

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 4 09:24:08 UTC 2014


Author: amdmi3
Date: Thu Dec  4 09:24:07 2014
New Revision: 373871
URL: https://svnweb.freebsd.org/changeset/ports/373871
QAT: https://qat.redports.org/buildarchive/r373871/

Log:
  - Add LICENSE
  - Drop @dirrm* from plist

Modified:
  head/games/tuxracer/Makefile
  head/games/tuxracer/pkg-plist

Modified: head/games/tuxracer/Makefile
==============================================================================
--- head/games/tuxracer/Makefile	Thu Dec  4 09:24:00 2014	(r373870)
+++ head/games/tuxracer/Makefile	Thu Dec  4 09:24:07 2014	(r373871)
@@ -13,6 +13,9 @@ DISTFILES=	${PORTNAME}-${PORTVERSION}${E
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	3D penguin racing game using OpenGL
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USE_SDL=	mixer sdl
 USE_GL=		gl
 USE_XORG=	x11 xt xmu xi

Modified: head/games/tuxracer/pkg-plist
==============================================================================
--- head/games/tuxracer/pkg-plist	Thu Dec  4 09:24:00 2014	(r373870)
+++ head/games/tuxracer/pkg-plist	Thu Dec  4 09:24:07 2014	(r373871)
@@ -150,24 +150,3 @@ bin/tuxracer
 %%DATADIR%%/textures/wind_button.rgb
 %%DATADIR%%/tux.tcl
 %%DATADIR%%/tuxracer_init.tcl
- at dirrmtry %%DATADIR%%/textures
- at dirrmtry %%DATADIR%%/sounds
- at dirrmtry %%DATADIR%%/music
- at dirrmtry %%DATADIR%%/fonts
- at dirrmtry %%DATADIR%%/courses/twisty_slope
- at dirrmtry %%DATADIR%%/courses/path_of_daggers
- at dirrmtry %%DATADIR%%/courses/frozen_river
- at dirrmtry %%DATADIR%%/courses/contrib/twin_paths
- at dirrmtry %%DATADIR%%/courses/contrib/sentinel_towers
- at dirrmtry %%DATADIR%%/courses/contrib/penguins_cant_fly
- at dirrmtry %%DATADIR%%/courses/contrib/nebula
- at dirrmtry %%DATADIR%%/courses/contrib/jools_big_mountain
- at dirrmtry %%DATADIR%%/courses/contrib/ingos_speedway
- at dirrmtry %%DATADIR%%/courses/contrib/ice_canyon
- at dirrmtry %%DATADIR%%/courses/contrib/downhill_fear
- at dirrmtry %%DATADIR%%/courses/contrib
- at dirrmtry %%DATADIR%%/courses/common
- at dirrmtry %%DATADIR%%/courses/bunny_hill
- at dirrmtry %%DATADIR%%/courses/bumpy_ride
- at dirrmtry %%DATADIR%%/courses
- at dirrmtry %%DATADIR%%


More information about the svn-ports-head mailing list