svn commit: r545979 - head/graphics/rubygem-emoji

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:47:05 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:47:01 2020
New Revision: 545979
URL: https://svnweb.freebsd.org/changeset/ports/545979

Log:
  Add LICENSE_FILE

Modified:
  head/graphics/rubygem-emoji/Makefile

Modified: head/graphics/rubygem-emoji/Makefile
==============================================================================
--- head/graphics/rubygem-emoji/Makefile	Sun Aug 23 19:46:58 2020	(r545978)
+++ head/graphics/rubygem-emoji/Makefile	Sun Aug 23 19:47:01 2020	(r545979)
@@ -10,12 +10,13 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby gem for emoji
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-json>=0:devel/rubygem-json
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list