From 2b1a883dc4fd248d3b049059b9543dde2ac98ffd Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 16 Jan 2001 17:33:20 +0000 Subject: Massive style enforcement - use ^I instead of spaces for variables identation. --- shells/bash/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'shells/bash') diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c169feba7467..0a17f8c71eca 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # New ports collection makefile for: bash # Date created: 21 August 1994 # Whom: jkh @@ -7,20 +6,20 @@ # PORTNAME= bash -PORTVERSION= 2.04 +PORTVERSION= 2.04 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) -DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz +DISTFILES= bash-${PORTVERSION}.tar.gz bash-doc-${PORTVERSION}.tar.gz .endif MAINTAINER= obrien@FreeBSD.org GNU_CONFIGURE= Yes CONFIGURE_ARGS= --with-installed-readline -CONFIGURE_ENV= LDFLAGS=-static +CONFIGURE_ENV= LDFLAGS=-static MAN1= bash.1 bashbug.1 post-install: -- cgit v1.2.3