mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
5317530b7f
Submitted by: J.A. Neitzel <jneitzel@sdf1.org> (author)
9 lines
348 B
Plaintext
9 lines
348 B
Plaintext
bin/fd2
|
|
bin/goto
|
|
bin/if
|
|
bin/osh
|
|
bin/sh6
|
|
bin/glob6
|
|
@exec echo "updating ${DESTDIR}/etc/shells"; cp ${DESTDIR}/etc/shells ${DESTDIR}/etc/shells.bak; (grep -v %D/%F ${DESTDIR}/etc/shells.bak; echo %D/%F) >${DESTDIR}/etc/shells
|
|
@unexec echo "updating ${DESTDIR}/etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells
|