mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f1e18afc00
Provide the Japanese catalog files as separate ports. Update maintainer's e-mail address. PR: 7692 Submitted by: maintainer
12 lines
466 B
Plaintext
12 lines
466 B
Plaintext
bin/tcsh
|
|
@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
|
|
@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|
|
share/doc/tcsh/complete.tcsh
|
|
share/doc/tcsh/FAQ
|
|
share/doc/tcsh/HISTORY.kanji.patch.euc
|
|
share/doc/tcsh/HowToMakeNLS.euc
|
|
share/doc/tcsh/README.kanji.patch.euc
|
|
@dirrm share/doc/tcsh
|
|
share/nls/C/tcsh.cat
|
|
share/nls/C/tcsh.m
|