svn commit: r310461 - head/shells/bash-devel

Emanuel Haupt ehaupt at FreeBSD.org
Tue Jan 15 20:13:18 UTC 2013


Author: ehaupt
Date: Tue Jan 15 20:13:17 2013
New Revision: 310461
URL: http://svnweb.freebsd.org/changeset/ports/310461

Log:
  Add LICENSE

Modified:
  head/shells/bash-devel/Makefile

Modified: head/shells/bash-devel/Makefile
==============================================================================
--- head/shells/bash-devel/Makefile	Tue Jan 15 20:06:08 2013	(r310460)
+++ head/shells/bash-devel/Makefile	Tue Jan 15 20:13:17 2013	(r310461)
@@ -23,6 +23,8 @@ PATCHFILES!=		/usr/bin/jot -s " " -w \
 MAINTAINER=		ehaupt at FreeBSD.org
 COMMENT=		The GNU Project's Bourne Again SHell
 
+LICENSE=		GPLv3
+
 OPTIONS_DEFINE=	IMPLICITCD COLONBREAKSWORDS HELP NLS STATIC SYSLOG DOCS
 OPTIONS_DEFAULT=IMPLICITCD COLONBREAKSWORDS HELP NLS
 IMPLICITCD_DESC=	Use directory name alone to cd into it


More information about the svn-ports-all mailing list