summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 09:24:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-03 09:24:36 +0000
commita376a4c368157fbf33718ffe4bc9b4e49f09be24 (patch)
tree27e0773fd022dde9fb04366d9f78444302848cd0 /shells
parent- Update to 1.9a (diff)
More indentation fixes, sorry for the noise.
Notes
Notes: svn path=/head/; revision=346870
Diffstat (limited to 'shells')
-rw-r--r--shells/bash/Makefile8
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