svn commit: r511008 - head/devel/rubygem-attic

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:11:12 UTC 2019


Author: sunpoet
Date: Tue Sep  3 19:11:11 2019
New Revision: 511008
URL: https://svnweb.freebsd.org/changeset/ports/511008

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-attic/Makefile

Modified: head/devel/rubygem-attic/Makefile
==============================================================================
--- head/devel/rubygem-attic/Makefile	Tue Sep  3 19:11:06 2019	(r511007)
+++ head/devel/rubygem-attic/Makefile	Tue Sep  3 19:11:11 2019	(r511008)
@@ -10,9 +10,11 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Place to hide private instance variables in your Ruby objects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-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