svn commit: r440615 - head/games/monsterz

Antoine Brodin antoine at FreeBSD.org
Thu May 11 06:03:40 UTC 2017


Author: antoine
Date: Thu May 11 06:03:38 2017
New Revision: 440615
URL: https://svnweb.freebsd.org/changeset/ports/440615

Log:
  Fix check-sanity after WTFPL addition

Modified:
  head/games/monsterz/Makefile

Modified: head/games/monsterz/Makefile
==============================================================================
--- head/games/monsterz/Makefile	Thu May 11 06:03:00 2017	(r440614)
+++ head/games/monsterz/Makefile	Thu May 11 06:03:38 2017	(r440615)
@@ -15,9 +15,7 @@ MAINTAINER=	thierry at FreeBSD.org
 COMMENT=	Monsterz - arcade puzzle game
 
 LICENSE=	WTFPL
-LICENSE_NAME=	Do What The [expletive] You Want To Public License, Version 2
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 RUN_DEPENDS=	${PYGAME}
 


More information about the svn-ports-all mailing list