diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
commit | 8777d608921b9489149424c90677e1591da20037 (patch) | |
tree | 4bc65753c1ef155b51335702280df9f559fe3727 /shells/bash3 | |
parent | 0205e854ff61bc0f89846d535fcf03be08a43698 (diff) | |
download | ports-8777d608921b9489149424c90677e1591da20037.tar.gz ports-8777d608921b9489149424c90677e1591da20037.zip |
Notes
Diffstat (limited to 'shells/bash3')
-rw-r--r-- | shells/bash3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 8463f2a51ce7..f7f96bb53b93 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,11 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ +# $Id: Makefile,v 1.8 1995/04/01 12:49:52 jkh Exp $ # DISTNAME= bash-1.14.4 -MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ CATEGORIES+= shells +MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ .include <bsd.port.mk> |