svn commit: r402039 - head/sysutils/vagrant

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 20 09:15:50 UTC 2015


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 at 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 \


More information about the svn-ports-all mailing list