K 10 svn:author V 6 olgeni K 8 svn:date V 27 2008-06-08T11:06:03.000000Z K 7 svn:log V 320 According to pkg_add -v, pkg-plist executes the following commands: 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/. END