svn commit: r433842 - head/devel/rubygem-metaclass

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 11 08:37:56 UTC 2017


Author: sunpoet
Date: Sat Feb 11 08:37:54 2017
New Revision: 433842
URL: https://svnweb.freebsd.org/changeset/ports/433842

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-metaclass/Makefile

Modified: head/devel/rubygem-metaclass/Makefile
==============================================================================
--- head/devel/rubygem-metaclass/Makefile	Sat Feb 11 08:37:49 2017	(r433841)
+++ head/devel/rubygem-metaclass/Makefile	Sat Feb 11 08:37:54 2017	(r433842)
@@ -10,9 +10,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Adds a metaclass method to all Ruby objects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-all mailing list