svn commit: r451453 - head/x11-fonts/dejavu

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 7 09:27:58 UTC 2017


Author: sunpoet
Date: Sat Oct  7 09:27:57 2017
New Revision: 451453
URL: https://svnweb.freebsd.org/changeset/ports/451453

Log:
  Use LICENSE_FILE instead of LICENSE_FILE_*

Modified:
  head/x11-fonts/dejavu/Makefile

Modified: head/x11-fonts/dejavu/Makefile
==============================================================================
--- head/x11-fonts/dejavu/Makefile	Sat Oct  7 09:14:21 2017	(r451452)
+++ head/x11-fonts/dejavu/Makefile	Sat Oct  7 09:27:57 2017	(r451453)
@@ -15,9 +15,7 @@ LICENSE_COMB=	multi
 LICENSE_NAME_AMS=	AMSFonts Copyright version 2.2
 LICENSE_NAME_AREV=	Arev Fonts Copyright
 LICENSE_NAME_BITSTREAM=	Bitstream Vera Fonts Copyright
-LICENSE_FILE_AMS=	${WRKSRC}/LICENSE
-LICENSE_FILE_AREV=	${WRKSRC}/LICENSE
-LICENSE_FILE_BITSTREAM=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 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


More information about the svn-ports-all mailing list