svn commit: r440617 - head/x11-fonts/gohufont

Antoine Brodin antoine at FreeBSD.org
Thu May 11 06:05:16 UTC 2017


Author: antoine
Date: Thu May 11 06:05:14 2017
New Revision: 440617
URL: https://svnweb.freebsd.org/changeset/ports/440617

Log:
  Fix check-sanity after WTFPL addition

Modified:
  head/x11-fonts/gohufont/Makefile

Modified: head/x11-fonts/gohufont/Makefile
==============================================================================
--- head/x11-fonts/gohufont/Makefile	Thu May 11 06:04:22 2017	(r440616)
+++ head/x11-fonts/gohufont/Makefile	Thu May 11 06:05:14 2017	(r440617)
@@ -9,9 +9,7 @@ MAINTAINER=	rakuco at FreeBSD.org
 COMMENT=	Monospace bitmap font well suited for programming and terminal use
 
 LICENSE=	WTFPL
-LICENSE_NAME=	Do What The Fuck You Want To Public License, Version 2
 LICENSE_FILE=	${WRKSRC}/COPYING-LICENSE
-LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		fonts
 NO_BUILD=	yes


More information about the svn-ports-all mailing list