K 10 svn:author V 2 vd K 8 svn:date V 27 2017-07-26T07:12:57.343795Z K 7 svn:log V 380 ftp/wget: Fix makeinfo path On FreeBSD 10.x makeinfo is located in /usr/bin/makeinfo, whereas on 11.x it is located in /usr/local/bin/makeinfo. Don't specify its full path location like DOCS_CONFIGURE_ENV= MAKEINFO="${LOCALBASE}/bin/makeinfo" since having it in PATH (either in /usr/bin or /usr/local/bin) suffices. Reported by: Walter Schwarzenfeld END