Log Message: Fixed the patched to use the <ctype.h> functions correctly, that is: isalpha((unsigned char)*s) instead of isalpha((int)*s). Also replaced WRKSRC with BUILD_DIRS, which is more appropriate. Approved by jlam.