Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Oct 2017 10:06:44 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451041 - head/x11-fonts/dejavu
Message-ID:  <201710011006.v91A6iZE071984@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  1 10:06:44 2017
New Revision: 451041
URL: https://svnweb.freebsd.org/changeset/ports/451041

Log:
  Expand _LICENSE_PERMS_DEFAULT

Modified:
  head/x11-fonts/dejavu/Makefile

Modified: head/x11-fonts/dejavu/Makefile
==============================================================================
--- head/x11-fonts/dejavu/Makefile	Sun Oct  1 10:01:46 2017	(r451040)
+++ head/x11-fonts/dejavu/Makefile	Sun Oct  1 10:06:44 2017	(r451041)
@@ -18,9 +18,9 @@ LICENSE_NAME_BITSTREAM=	Bitstream Vera Fonts Copyright
 LICENSE_FILE_AMS=	${WRKSRC}/LICENSE
 LICENSE_FILE_AREV=	${WRKSRC}/LICENSE
 LICENSE_FILE_BITSTREAM=	${WRKSRC}/LICENSE
-LICENSE_PERMS_AMS=	${_LICENSE_PERMS_DEFAULT}
-LICENSE_PERMS_AREV=	${_LICENSE_PERMS_DEFAULT}
-LICENSE_PERMS_BITSTREAM=${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS_AMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_PERMS_AREV=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_PERMS_BITSTREAM=dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 OPTIONS_DEFINE=	DOCS LINKS
 OPTIONS_DEFAULT=LINKS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710011006.v91A6iZE071984>