svn commit: r401459 - head/www/rubygem-chosen-rails

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:46:19 UTC 2015


Author: sunpoet
Date: Thu Nov 12 21:46:17 2015
New Revision: 401459
URL: https://svnweb.freebsd.org/changeset/ports/401459

Log:
  - Add LICENSE_FILE

Modified:
  head/www/rubygem-chosen-rails/Makefile

Modified: head/www/rubygem-chosen-rails/Makefile
==============================================================================
--- head/www/rubygem-chosen-rails/Makefile	Thu Nov 12 21:43:41 2015	(r401458)
+++ head/www/rubygem-chosen-rails/Makefile	Thu Nov 12 21:46:17 2015	(r401459)
@@ -9,6 +9,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Box enhancer for jQuery and Protoype
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-coffee-rails4>=3.2:${PORTSDIR}/devel/rubygem-coffee-rails4 \
 		rubygem-compass-rails>=2.0.4:${PORTSDIR}/textproc/rubygem-compass-rails \
@@ -16,7 +17,6 @@ RUN_DEPENDS=	rubygem-coffee-rails4>=3.2:
 		rubygem-sass-rails5>=3.2:${PORTSDIR}/textproc/rubygem-sass-rails5
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list