diff options
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 |