svn commit: r399040 - head/devel/rubygem-commander

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 10 23:12:09 UTC 2015


Author: sunpoet
Date: Sat Oct 10 23:12:07 2015
New Revision: 399040
URL: https://svnweb.freebsd.org/changeset/ports/399040

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-commander/Makefile

Modified: head/devel/rubygem-commander/Makefile
==============================================================================
--- head/devel/rubygem-commander/Makefile	Sat Oct 10 23:12:02 2015	(r399039)
+++ head/devel/rubygem-commander/Makefile	Sat Oct 10 23:12:07 2015	(r399040)
@@ -10,11 +10,11 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Complete solution for Ruby command-line executables
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-highline>=1.7.2:${PORTSDIR}/devel/rubygem-highline
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list