1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/shells/osh/pkg-plist
Martin Wilke 1e48ead47e - Respect DESTDIR for all my ports
Reviewed by:	gabor
Approved by:	krion (mentor)
2006-08-07 07:58:28 +00:00

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