diff options
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c3428d3a60db..04a9218b42cb 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,18 +1,19 @@ # New ports collection makefile for: bash -# Version required: 1.14.7 +# Version required: 2.0 # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.18 1996/12/27 06:01:29 obrien Exp $ +# $Id: Makefile,v 1.19 1996/12/27 06:26:05 obrien Exp $ # -DISTNAME= bash-1.14.7 +DISTNAME= bash-2.0 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG -NOMANCOMPRESS= "Don't compress manpages or .so does not work." -MAN1= bash.1 bash_builtins.1 +GNU_CONFIGURE= Yes + +MAN1= bash.1 bashbug.1 .include <bsd.port.mk> |