| 1 | --- Portfile-old Fri Apr 18 00:27:55 2003 |
|---|
| 2 | +++ Portfile Fri Apr 18 00:52:06 2003 |
|---|
| 3 | @@ -22,7 +22,7 @@ |
|---|
| 4 | checksums ${distname}${extract.sufx} md5 65b89365a65dcad71d4402b4862beeaa |
|---|
| 5 | |
|---|
| 6 | configure.args --with-layout=FreeBSD --server-uid=www \ |
|---|
| 7 | - --server-gid=www --logfiledir=${prefix}/var/httpd \ |
|---|
| 8 | + --server-gid=www --logfiledir=${prefix}/var/log/httpd \ |
|---|
| 9 | --runtimedir=${prefix}/var/run --enable-module=most \ |
|---|
| 10 | --enable-shared=max --disable-rule=expat |
|---|
| 11 | |
|---|
| 12 | @@ -60,7 +60,7 @@ |
|---|
| 13 | perl Makefile.PL USE_APACI=1 EVERYTHING=1 \ |
|---|
| 14 | DO_HTTPD=1 APACHE_PREFIX=${prefix} \ |
|---|
| 15 | APACHE_SRC=../${distname}/src \ |
|---|
| 16 | - APACI_ARGS='--with-layout=FreeBSD --server-uid=www --server-gid=www --logfiledir=${prefix}/var/httpd --runtimedir=${prefix}/var/run --enable-module=most --enable-shared=max --disable-shared=perl --disable-rule=expat'" } |
|---|
| 17 | + APACI_ARGS='--with-layout=FreeBSD --server-uid=www --server-gid=www --logfiledir=${prefix}/var/log/httpd --runtimedir=${prefix}/var/run --enable-module=most --enable-shared=max --disable-shared=perl --disable-rule=expat'" } |
|---|
| 18 | |
|---|
| 19 | install.args PREFIX=${destroot}${prefix} INSTALLPRIVLIB=${destroot}${prefix}/lib/perl5/5.8.0 \ |
|---|
| 20 | INSTALLSITELIB=${destroot}${prefix}/lib/perl5/site_perl/5.8.0 \ |
|---|