More indentation fixes, sorry for the noise.
This commit is contained in:
parent
dc5410a94d
commit
a376a4c368
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346870
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue