Date: Thu, 26 Aug 2004 15:34:43 -0700 From: Aaron Glenn <aaron.glenn@gmail.com> To: freebsd-questions@freebsd.org Subject: apache port ignoring datadir variable Message-ID: <18f6019404082615346a64fc6a@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
All, I'm trying to build apache13-modssl with the data directory set to /var/www. I've tried the obvious "make DATADIR=/var/www install clean" to no avail. Issuing "env DATADIR=/var/www make install clean" doesn't do it either. I went so far as to editing the Makefile itself and I *still* end up with everything in /usr/local/www. Why? On a related note, while looking at the Makefile I noticed line 148 disregards the $DOCUMENT_ROOT variable and instead uses "$PREFIX/www/data"; which as far as I can tell is incorrect. Regards, aaron.glenn
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18f6019404082615346a64fc6a>