svn commit: r305989 - head/games/redeclipse

Thomas Abthorpe tabthorpe at FreeBSD.org
Tue Oct 16 22:23:37 UTC 2012


Author: tabthorpe
Date: Tue Oct 16 22:23:37 2012
New Revision: 305989
URL: http://svn.freebsd.org/changeset/ports/305989

Log:
  - Fix the ZLIB license now that it is standard in bsd.licenses.db.mk
  
  Approved by:	amdmi3 (maintainer)
  Pointyhat to:	tabthorpe
  Feature safe:	yes

Modified:
  head/games/redeclipse/Makefile   (contents, props changed)

Modified: head/games/redeclipse/Makefile
==============================================================================
--- head/games/redeclipse/Makefile	Tue Oct 16 21:17:53 2012	(r305988)
+++ head/games/redeclipse/Makefile	Tue Oct 16 22:23:37 2012	(r305989)
@@ -16,10 +16,6 @@ COMMENT=	A single-player and multi-playe
 
 LICENSE_COMB=	multi
 LICENSE=	MIT ZLIB
-LICENSE_NAME_ZLIB=	zlib license
-LICENSE_FILE_ZLIB=	${WRKSRC}/doc/license.txt
-LICENSE_PERMS_ZLIB=	${_LICENSE_PERMS_DEFAULT}
-LICENSE_GROUPS_ZLIB=	FSF GPL OSI
 
 MANUAL_PACKAGE_BUILD=	huge
 


More information about the svn-ports-all mailing list