svn commit: r363462 - head/games/sdlCC

Rusmir Dusko nemysis at FreeBSD.org
Wed Jul 30 11:20:25 UTC 2014


Author: nemysis
Date: Wed Jul 30 11:20:24 2014
New Revision: 363462
URL: http://svnweb.freebsd.org/changeset/ports/363462
QAT: https://qat.redports.org/buildarchive/r363462/

Log:
  - Add license GPLv2, forgotten in previous commit

Modified:
  head/games/sdlCC/Makefile

Modified: head/games/sdlCC/Makefile
==============================================================================
--- head/games/sdlCC/Makefile	Wed Jul 30 11:03:59 2014	(r363461)
+++ head/games/sdlCC/Makefile	Wed Jul 30 11:20:24 2014	(r363462)
@@ -9,6 +9,8 @@ MASTER_SITES=	http://jcatki.no-ip.org/fi
 MAINTAINER=	games at FreeBSD.org
 COMMENT=	Extensible Chinese checkers game using SDL
 
+LICENSE=	GPLv2
+
 USES=		libtool:keepla # ltdl used, .la may be needed to load plugins
 USE_SDL=	image mixer sdl
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list