diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /shells/bash3 | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index c169feba7467..0a17f8c71eca 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/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: |