diff options
author | wiz <wiz@pkgsrc.org> | 2007-04-01 21:22:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-04-01 21:22:05 +0000 |
commit | 4b17df092414f04256ab2cf6874306260a0dd7f2 (patch) | |
tree | 61df40d09f547130f0900fd4ee96ac300a98ea9e /shells/Makefile | |
parent | d2a8060c5ba313e8b0eb00a556b76b0ffc38c029 (diff) | |
download | pkgsrc-4b17df092414f04256ab2cf6874306260a0dd7f2.tar.gz |
Remove shells/zsh3 -- old version of shells/zsh{,-current}.
No disagreement on pkgsrc-users.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 1d2e656cade..ddd35252455 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2006/11/21 15:29:01 obache Exp $ +# $NetBSD: Makefile,v 1.42 2007/04/01 21:22:05 wiz Exp $ # COMMENT= Shells @@ -28,6 +28,5 @@ SUBDIR+= tcsh SUBDIR+= xsh SUBDIR+= zsh SUBDIR+= zsh-current -SUBDIR+= zsh3 .include "../mk/bsd.pkg.subdir.mk" |