diff options
Diffstat (limited to 'shells/bash3/Makefile')
-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: |