| Server IP : 82.208.35.60 / Your IP : 216.73.216.238 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/textproc/docbook-utils/files/ |
Upload File : |
--- ../docbook-utils-0.6.14.orig/bin/jw.in Wed Apr 30 17:21:49 2003 +++ bin/jw.in Mon May 3 20:11:56 2004 @@ -63,7 +63,7 @@ then SGML_CONF=`sgmlwhich` else - SGML_CONF="/etc/sgml/sgml.conf" + SGML_CONF="@prefix@/etc/sgml.conf" fi # Set version message @@ -77,7 +77,7 @@ # Set SGML base directory and centralized catalogs directory SGML_BASE_DIR="@prefix@/share/sgml" -SGML_CATALOGS_DIR="/etc/sgml" +SGML_CATALOGS_DIR="@prefix@/share/sgml" if [ -f "$SGML_CONF" ] then RE='^[:space:]*SGML_BASE_DIR[:space:]*=[:space:]*' diff -uNr ../docbook-utils-0.6.14.orig/doc/HTML/Makefile.am ./doc/HTML/Makefile.am