summaryrefslogtreecommitdiff
path: root/shells/bash2/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-12-27 11:40:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-12-27 11:40:57 +0000
commit48748db13a7aee1e3d50d0bef6d79986ed4a0fd5 (patch)
treee69c46dc57e6d984762d1074b91924d6178d446c /shells/bash2/Makefile
parentJust doing a little "SUBDIR += lcc" action. (diff)
Upgrade to 2.0
Notes
Notes: svn path=/head/; revision=5110
Diffstat (limited to 'shells/bash2/Makefile')
-rw-r--r--shells/bash2/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index c3428d3a60db..04a9218b42cb 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/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>