K 10 svn:author V 4 kris K 8 svn:date V 27 2003-07-11T06:38:09.000000Z K 7 svn:log V 449 The port distfile contains bogus config.sub and config.guess symlinks pointing to /usr where those files presumably live on the author's machine. The port pre-configure target repointed them at copies installed by the automake port, but we want to make sure to use the master version from ${PORTSDIR}/Templates/ instead. Remove the symlinks in pre-configure and touch config.sub so it is replaced with the master script by the code in bsd.port.mk. END