diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-11 17:20:38 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-08-11 17:20:38 +0000 |
commit | 884571212b6859bae1a43650ba811edaa95cfe69 (patch) | |
tree | 2bff9c32189ee1baeab0a899d8310922686dae47 /shells/Makefile | |
parent | 0ccad622c5ef8f7ce449ba1ecf1a4455d3910208 (diff) | |
download | ports-884571212b6859bae1a43650ba811edaa95cfe69.tar.gz ports-884571212b6859bae1a43650ba811edaa95cfe69.zip |
move shells/bash3 -> shells/bash
Notes
Notes:
svn path=/head/; revision=115942
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/Makefile b/shells/Makefile index c2f3f16d64b8..b14a8e6288b3 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -4,10 +4,10 @@ COMMENT = Shells SUBDIR += 44bsd-csh + SUBDIR += bash SUBDIR += bash-completion SUBDIR += bash1 SUBDIR += bash2 - SUBDIR += bash3 SUBDIR += es SUBDIR += esh SUBDIR += fd |