K 10 svn:author V 2 ru K 8 svn:date V 27 2003-07-28T10:19:43.000000Z K 7 svn:log V 435 Fixed broken string comparisons that were made apparent only after the recent make/cond.c fix. Strictly speaking, all comparisons in this makefile should be the string-type, and as such, RHSes should be enclosed in double-quotes, as explained in section 4.3 of the PMake -- A Tutorial (PSD:12-39), but to make "make describe" happy in ports/print, this was enough, and the rest is now up to the respective maintainer. Urged by: kris END