diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2017-02-03 21:24:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2017-02-03 21:24:53 +0800 |
commit | 2bbbc7ff18687a90ffce2fca6634079815bc0d87 (patch) | |
tree | 5c660e0f9bb940bcebbc81b24356afa8359ff007 /shells/bash | |
parent | db4bf2b2db419c34448175fd0c1a897e1258af3c (diff) | |
download | freebsd-ports-gnome-2bbbc7ff18687a90ffce2fca6634079815bc0d87.tar.gz freebsd-ports-gnome-2bbbc7ff18687a90ffce2fca6634079815bc0d87.tar.zst freebsd-ports-gnome-2bbbc7ff18687a90ffce2fca6634079815bc0d87.zip |
Rectify license
Diffstat (limited to 'shells/bash')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 99e99242411a..f729711305c2 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -19,7 +19,8 @@ PATCHFILES!= /usr/bin/jot -s " " -w \ MAINTAINER= ehaupt@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 |