diff options
author | ache <ache@FreeBSD.org> | 1996-12-27 11:40:57 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-27 11:40:57 +0000 |
commit | 8a22b762cdf3dd7fd06f42b0ccb14eb517e99f25 (patch) | |
tree | a302ca655f360a10befd11fc620a9857663c7585 /shells/bash1/Makefile | |
parent | d4d91f085d559205e02aa44b1e1788ebd38560c7 (diff) | |
download | FreeBSD-ports-8a22b762cdf3dd7fd06f42b0ccb14eb517e99f25.zip FreeBSD-ports-8a22b762cdf3dd7fd06f42b0ccb14eb517e99f25.tar.gz |
Upgrade to 2.0
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r-- | shells/bash1/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index c3428d3..04a9218 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/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> |