svn commit: r448561 - head/devel/rubygem-coercible

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Aug 22 16:41:15 UTC 2017


Author: sunpoet
Date: Tue Aug 22 16:41:14 2017
New Revision: 448561
URL: https://svnweb.freebsd.org/changeset/ports/448561

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-coercible/Makefile

Modified: head/devel/rubygem-coercible/Makefile
==============================================================================
--- head/devel/rubygem-coercible/Makefile	Tue Aug 22 16:41:09 2017	(r448560)
+++ head/devel/rubygem-coercible/Makefile	Tue Aug 22 16:41:14 2017	(r448561)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Ruby coercion library
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-descendants_tracker>=0.0.1:devel/rubygem-descendants_tracker
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list