diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-14 14:18:45 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-02-14 14:18:45 +0000 |
commit | dc6e03a935b2012c2e64b1dfbf4375f1fca131b6 (patch) | |
tree | 2050027f6f2c4668759327d47b981cc06ae5fbbb /shells | |
parent | 8d165315876c9b3287da0a49355a3c31d0bd146a (diff) | |
download | ports-dc6e03a935b2012c2e64b1dfbf4375f1fca131b6.tar.gz ports-dc6e03a935b2012c2e64b1dfbf4375f1fca131b6.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash1/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 85524f6c6e38..f2801c88aa06 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,15 +3,13 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.20 1996/12/27 11:40:41 ache Exp $ +# $Id: Makefile,v 1.21 1997/01/02 07:00:17 asami Exp $ # DISTNAME= bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ -MAINTAINER= ache@FreeBSD.ORG - WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. |