svn commit: r445527 - head/devel/rubygem-ref

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jul 11 17:03:05 UTC 2017


Author: sunpoet
Date: Tue Jul 11 17:03:04 2017
New Revision: 445527
URL: https://svnweb.freebsd.org/changeset/ports/445527

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-ref/Makefile

Modified: head/devel/rubygem-ref/Makefile
==============================================================================
--- head/devel/rubygem-ref/Makefile	Tue Jul 11 17:02:58 2017	(r445526)
+++ head/devel/rubygem-ref/Makefile	Tue Jul 11 17:03:04 2017	(r445527)
@@ -9,9 +9,9 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Library with refs across runtimes (MRI, REE, YARV, ...)
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT_LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-all mailing list