K 10 svn:author V 5 asami K 8 svn:date V 27 1997-12-13T07:01:38.000000Z K 7 svn:log V 477 (1) Define WRKSRC so it actually works. (2) The "copy extra file to ${PATCHDIR}" trick doesn't work well if ${PATCHDIR} doesn't exist. Also, you need to delete the patch in pre-clean. In addition, it may give problems to people who are trying to build this on a read-only medium. Solve all the above problems by calling ${PATCH_CMD} ${PATCH_ARGS} directly on the patch in ${FILESDIR}. Also, make the message a little clearer about what's going on. END