svn commit: r433224 - head/shells/bash

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 3 13:24:54 UTC 2017


Author: ehaupt
Date: Fri Feb  3 13:24:53 2017
New Revision: 433224
URL: https://svnweb.freebsd.org/changeset/ports/433224

Log:
  Rectify license

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Fri Feb  3 12:37:54 2017	(r433223)
+++ head/shells/bash/Makefile	Fri Feb  3 13:24:53 2017	(r433224)
@@ -19,7 +19,8 @@ PATCHFILES!=		/usr/bin/jot -s " " -w \
 MAINTAINER=		ehaupt at FreeBSD.org
 COMMENT=		GNU Project's Bourne Again SHell
 
-LICENSE=		GPLv3
+LICENSE=		GPLv3+
+LICENSE_FILE=		${WRKSRC}/COPYING
 
 OPTIONS_DEFINE=		COLONBREAKSWORDS HELP NLS STATIC SYSLOG DOCS
 COLONBREAKSWORDS_DESC=	Colons break words


More information about the svn-ports-all mailing list