diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-01-16 04:13:17 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-01-16 04:13:17 +0800 |
commit | b972ed9ae16d59b6c0362a578b4c2716544882cf (patch) | |
tree | 8c1acb2c1b2f2a7770892d58a75281c1ec0081c4 /shells | |
parent | f11af019f9b2c88b040dc42595cc7a15fdf28bea (diff) | |
download | freebsd-ports-gnome-b972ed9ae16d59b6c0362a578b4c2716544882cf.tar.gz freebsd-ports-gnome-b972ed9ae16d59b6c0362a578b4c2716544882cf.tar.zst freebsd-ports-gnome-b972ed9ae16d59b6c0362a578b4c2716544882cf.zip |
Add LICENSE
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shells/bash-devel/Makefile b/shells/bash-devel/Makefile index 3205000f8614..6ffcb9f26945 100644 --- a/shells/bash-devel/Makefile +++ b/shells/bash-devel/Makefile @@ -23,6 +23,8 @@ PATCHFILES!= /usr/bin/jot -s " " -w \ MAINTAINER= ehaupt@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 |