diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-03 17:24:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-03 17:24:36 +0800 |
commit | f8692d6568d8c53b75d3145bd9bca72267ea734f (patch) | |
tree | 27e0773fd022dde9fb04366d9f78444302848cd0 /shells | |
parent | 3605012421810912fcf500e7466901d918e26e7e (diff) | |
download | freebsd-ports-gnome-f8692d6568d8c53b75d3145bd9bca72267ea734f.tar.gz freebsd-ports-gnome-f8692d6568d8c53b75d3145bd9bca72267ea734f.tar.zst freebsd-ports-gnome-f8692d6568d8c53b75d3145bd9bca72267ea734f.zip |
More indentation fixes, sorry for the noise.
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 |