Date: Fri, 25 Jan 2013 11:55:39 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310976 - head/x11-fonts/consolamono-ttf Message-ID: <201301251155.r0PBtdY3057389@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301251155.r0PBtdY3057389>