mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
1e48ead47e
Reviewed by: gabor Approved by: krion (mentor)
7 lines
330 B
Plaintext
7 lines
330 B
Plaintext
bin/fd2
|
|
bin/goto
|
|
bin/if
|
|
bin/osh
|
|
@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
|