K 10 svn:author V 4 kris K 8 svn:date V 27 2004-07-14T10:19:12.000000Z K 7 svn:log V 659 * Add a cleanup() function and use it so that we archive the ${WRKDIR} if requested (".keep" file in the port directory), no matter where we fail. * Add package dependencies before the corresponding build stage (e.g. FETCH_DEPENDS before 'make fetch'), and remove them again afterwards. This allows us to catch ports that list their dependencies too early/late. * No need to check for set[ug]id files here, the security-check target in bsd.port.mk does it for us. * Exclude some more directories and files from showing up in the mtree before/after comparison, to trim down the false-positive in the pkg-plist check. * Other minor changes END