K 10 svn:author V 3 jkh K 8 svn:date V 27 1994-11-17T10:06:03.000000Z K 7 svn:log V 434 I found today that making packages for X11 ports wasn't working. Further investigation showed that prefix was erroneously set to /usr/local for X11 based ports as well, when the assumption was that they'd really go into ${X11BASE} (an /etc/make.conf variable that the user's free to set). Set X11BASE to /usr/X11R6 if the user hasn't already, and assume that the user really wants prefix to point there when the port is XMKMF based. END