diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 08:19:33 +0000 |
commit | 084e6f2af64a7a37026b42439396fb80814b7ff3 (patch) | |
tree | 0a2ab527c09bd56fb7098f69adc715d629a7da97 /shells/bash3/Makefile | |
parent | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (diff) | |
download | FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.zip FreeBSD-ports-084e6f2af64a7a37026b42439396fb80814b7ff3.tar.gz |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r-- | shells/bash3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index b18fcf2..64b0195 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -6,19 +6,19 @@ # PORTNAME= bash -PORTVERSION= 2.03 +PORTVERSION= 2.03 CATEGORIES= shells -MASTER_SITES= ${MASTER_SITE_GNU} \ +MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/bash/ MASTER_SITE_SUBDIR= bash .if !defined(NOPORTDOCS) -DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz +DISTFILES= bash-2.03.tar.gz bash-doc-2.03.tar.gz .endif MAINTAINER= ache@FreeBSD.org GNU_CONFIGURE= Yes -CONFIGURE_ARGS= --with-installed-readline +CONFIGURE_ARGS= --with-installed-readline MAN1= bash.1 bashbug.1 post-install: |