diff options
author | grant <grant@pkgsrc.org> | 2004-01-10 06:56:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-10 06:56:15 +0000 |
commit | 826e119b6dfad51d944fb825af5a101e0e797ce0 (patch) | |
tree | 2f6dfe8e801f074f2ec2c30a2d6287609d9cdda0 /shells/Makefile | |
parent | f7839fa488971bece466b15ffae15157f4a4ec4f (diff) | |
download | pkgsrc-826e119b6dfad51d944fb825af5a101e0e797ce0.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 |