diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 09:24:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-03 09:24:36 +0000 |
commit | a376a4c368157fbf33718ffe4bc9b4e49f09be24 (patch) | |
tree | 27e0773fd022dde9fb04366d9f78444302848cd0 /shells | |
parent | dc5410a94daef632be9ee84abac2d5d17acb6075 (diff) | |
download | ports-a376a4c368157fbf33718ffe4bc9b4e49f09be24.tar.gz ports-a376a4c368157fbf33718ffe4bc9b4e49f09be24.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index e2ffd6ccc414..9e34b3b16003 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -8,7 +8,7 @@ PORTREVISION?= 0 CATEGORIES= shells MASTER_SITES= GNU MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}-${PORTVERSION:R} +DISTNAME= ${PORTNAME}-${PORTVERSION:R} DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} @@ -21,9 +21,9 @@ 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 +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 COLONBREAKSWORDS_DESC= Colons break words HELP_DESC= Enable builtin help |