svn commit: r451041 - head/x11-fonts/dejavu
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Oct 1 10:06:45 UTC 2017
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
More information about the svn-ports-head
mailing list