svn commit: r310976 - head/x11-fonts/consolamono-ttf

Raphael Kubo da Costa rakuco at FreeBSD.org
Fri Jan 25 11:55:39 UTC 2013


Author: rakuco
Date: Fri Jan 25 11:55:39 2013
New Revision: 310976
URL: http://svnweb.freebsd.org/changeset/ports/310976

Log:
  Adjust LICENSE_PERMS.
  
  I got confused by the description in bsd.licenses.mk and thought the pkg-*
  and dist-* permissions were actually negating these permissions.

Modified:
  head/x11-fonts/consolamono-ttf/Makefile

Modified: head/x11-fonts/consolamono-ttf/Makefile
==============================================================================
--- head/x11-fonts/consolamono-ttf/Makefile	Fri Jan 25 11:36:43 2013	(r310975)
+++ head/x11-fonts/consolamono-ttf/Makefile	Fri Jan 25 11:55:39 2013	(r310976)
@@ -12,7 +12,7 @@ COMMENT=	Monospace font created for prog
 LICENSE=	OFL
 LICENSE_NAME=	SIL OPEN FONT LICENSE Version 1.1
 LICENSE_FILE=	${WRKSRC}/SIL\ -\ Open\ Font\ License.txt
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
 
 BUILD_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
 		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale


More information about the svn-ports-head mailing list