diff options
author | grant <grant> | 2004-01-10 06:56:15 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-10 06:56:15 +0000 |
commit | 89ff2fa8c3a46d606020188d9e254aecff6cb122 (patch) | |
tree | 2f6dfe8e801f074f2ec2c30a2d6287609d9cdda0 /shells/Makefile | |
parent | 37439ad0c4227c9f8e6b70d183ea8cef89245af2 (diff) | |
download | pkgsrc-89ff2fa8c3a46d606020188d9e254aecff6cb122.tar.gz |
rename standalone-tcsh to tcsh-standalone. the convention in pkgsrc is
for mutations of packages to be named <pkg>-<mutation>.
add a CONFLICT on standalone-tcsh for obvious reasons.
Diffstat (limited to 'shells/Makefile')
-rw-r--r-- | shells/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/Makefile b/shells/Makefile index 27ab5c053ec..a98e887c29d 100644 --- a/shells/Makefile +++ b/shells/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/01/10 06:53:45 grant Exp $ +# $NetBSD: Makefile,v 1.25 2004/01/10 06:56:15 grant Exp $ # COMMENT= Shells @@ -14,10 +14,10 @@ SUBDIR+= pdksh SUBDIR+= perlsh SUBDIR+= rc SUBDIR+= scsh -SUBDIR+= standalone-tcsh SUBDIR+= static-ast-ksh SUBDIR+= static-bash2 SUBDIR+= tcsh +SUBDIR+= tcsh-standalone SUBDIR+= tcsh-static SUBDIR+= zsh SUBDIR+= zsh-current |