mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
3e185f9cac
the ports I've done so far or I'll be a poor example to all the other ports hackers! :-) Submitted by: jkh
6 lines
279 B
Plaintext
6 lines
279 B
Plaintext
@cwd /usr/local
|
|
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
|
|
man/man1/tcsh.1
|