diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 20:13:17 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-01-15 20:13:17 +0000 |
commit | ed6b261f86947db058868a086038bfe947caa709 (patch) | |
tree | 8c1acb2c1b2f2a7770892d58a75281c1ec0081c4 /shells | |
parent | 0ac6c3f0915c36e0a1d84b0eb165dc46f043eec3 (diff) | |
download | ports-ed6b261f86947db058868a086038bfe947caa709.tar.gz ports-ed6b261f86947db058868a086038bfe947caa709.zip |
Notes
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 |