Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jun 2018 13:03:20 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472134 - head/sysutils/entr
Message-ID:  <201806101303.w5AD3KVh013274@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Sun Jun 10 13:03:20 2018
New Revision: 472134
URL: https://svnweb.freebsd.org/changeset/ports/472134

Log:
  - Add LICENSE_FILE
  
  PR:		228834
  Submitted by:	0mp

Modified:
  head/sysutils/entr/Makefile

Modified: head/sysutils/entr/Makefile
==============================================================================
--- head/sysutils/entr/Makefile	Sun Jun 10 12:44:41 2018	(r472133)
+++ head/sysutils/entr/Makefile	Sun Jun 10 13:03:20 2018	(r472134)
@@ -12,6 +12,7 @@ COMMENT=	Runs arbitrary commands when files change
 # This software has code under BSD2CLAUSE license.
 # All the code used in FreeBSD is under ISCL license.
 LICENSE=	ISCL
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 WRKSRC=		${WRKDIR}/eradman-entr-d5110481f5b9
 



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