Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 09:15:49 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402039 - head/sysutils/vagrant
Message-ID:  <201511200915.tAK9Fnad011349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 20 09:15:49 2015
New Revision: 402039
URL: https://svnweb.freebsd.org/changeset/ports/402039

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/vagrant/Makefile

Modified: head/sysutils/vagrant/Makefile
==============================================================================
--- head/sysutils/vagrant/Makefile	Fri Nov 20 09:15:45 2015	(r402038)
+++ head/sysutils/vagrant/Makefile	Fri Nov 20 09:15:49 2015	(r402039)
@@ -11,6 +11,7 @@ MAINTAINER=	joe@thrallingpenguin.com
 COMMENT=	Vagrant Virtual Machine Manager
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	rubygem-builder32>=2.1.2:${PORTSDIR}/devel/rubygem-builder32 \
 		rubygem-bundler>=1.5.3:${PORTSDIR}/sysutils/rubygem-bundler \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511200915.tAK9Fnad011349>