K 10 svn:author V 5 adamw K 8 svn:date V 27 2014-08-16T16:15:19.986731Z K 7 svn:log V 445 Because this is a slave port, it cannot load bsd.port.pre.mk before defining the do-install target. This means that the test for .if defined(WITH_NEW_XORG) will always be false unless it's actually set in make.conf. WITH_NEW_XORG is automatically set for OSVERSION > 100704, but the port can't access that. Apply a really inelegant kludge that simply tries to install the manpage from both possible places. One will fail, and one will succeed. END