ln -sf bin/toast /usr/local/bin/tcat
ln -sf bin/toast /usr/local/bin/untoast
which create these incorrect links:
/usr/local/bin/tcat -> bin/toast
/usr/local/bin/untoast -> bin/toast
Replacing %F with %f in pkg-plist removes the extra bin/.
- Remove dead mirror, add some working mirrors
- Add 2>&1 >/dev/null || true to @unexec rm ... in pkg-plist
PR: ports/95377
Submitted by: Lars Engels <lars.engels@0x20.net>
Actually, this has been broken since asami's compress-all-the-manpages
commit on Nov. 18, _1996_. I'm beginning to suspect that more ports
are in like this...
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.