Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Mar 2014 09:24:36 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346870 - head/shells/bash
Message-ID:  <201403030924.s239Oar8026711@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Mar  3 09:24:36 2014
New Revision: 346870
URL: http://svnweb.freebsd.org/changeset/ports/346870
QAT: https://qat.redports.org/buildarchive/r346870/

Log:
  More indentation fixes, sorry for the noise.

Modified:
  head/shells/bash/Makefile

Modified: head/shells/bash/Makefile
==============================================================================
--- head/shells/bash/Makefile	Mon Mar  3 09:13:39 2014	(r346869)
+++ head/shells/bash/Makefile	Mon Mar  3 09:24:36 2014	(r346870)
@@ -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
 
 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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403030924.s239Oar8026711>