summaryrefslogtreecommitdiff
path: root/shells/bash1/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-02 07:00:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-02 07:00:25 +0000
commit1b266ec86ab80ef664cef6ae5cedeb181a0744cb (patch)
tree6069518ded640d0879f89768053ba8ca768007b1 /shells/bash1/Makefile
parentMake this work with -current sources. Also fetch tarball from LOCAL_PORTS, (diff)
Roll this back to 1.14.7.
Notes
Notes: svn path=/head/; revision=5157
Diffstat (limited to 'shells/bash1/Makefile')
-rw-r--r--shells/bash1/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile
index 04a9218b42cb..85524f6c6e38 100644
--- a/shells/bash1/Makefile
+++ b/shells/bash1/Makefile
@@ -1,19 +1,18 @@
# New ports collection makefile for: bash
-# Version required: 2.0
+# Version required: 1.14.7
# Date created: 21 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.19 1996/12/27 06:26:05 obrien Exp $
+# $Id: Makefile,v 1.20 1996/12/27 11:40:41 ache Exp $
#
-DISTNAME= bash-2.0
+DISTNAME= bash-1.14.7
CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
MAINTAINER= ache@FreeBSD.ORG
-GNU_CONFIGURE= Yes
-
-MAN1= bash.1 bashbug.1
+WRKSRC= ${WRKDIR}/${DISTNAME}
+# Don't compress manpages or .so not works.
.include <bsd.port.mk>