Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Dec 2016 07:59:21 +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: r427594 - head/shells/bash-completion
Message-ID:  <201612030759.uB37xLVX084749@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec  3 07:59:20 2016
New Revision: 427594
URL: https://svnweb.freebsd.org/changeset/ports/427594

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

Modified:
  head/shells/bash-completion/Makefile

Modified: head/shells/bash-completion/Makefile
==============================================================================
--- head/shells/bash-completion/Makefile	Sat Dec  3 07:59:16 2016	(r427593)
+++ head/shells/bash-completion/Makefile	Sat Dec  3 07:59:20 2016	(r427594)
@@ -10,6 +10,7 @@ MAINTAINER=	adamw@FreeBSD.org
 COMMENT=	Programmable completion library for Bash
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 RUN_DEPENDS=	bash:shells/bash
 



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