mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Small sync with apache13
- The standard apache distribution now comes with a FreeBSD layout that is the same as the one that was in files/FreeBSD.layout
This commit is contained in:
parent
6d10e1a5a0
commit
61ceee96a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=56015
@ -56,7 +56,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \
|
||||
--server-uid=www \
|
||||
--server-gid=www \
|
||||
--with-perl=${PERL} \
|
||||
--with-layout=${FILESDIR}/FreeBSD.layout:FreeBSD \
|
||||
--with-layout=FreeBSD \
|
||||
--suexec-docroot=${PREFIX}/www/data \
|
||||
--without-confadjust \
|
||||
--enable-module=most \
|
||||
|
@ -1,20 +0,0 @@
|
||||
# FreeBSD layout...
|
||||
<Layout FreeBSD>
|
||||
prefix: /usr/local
|
||||
exec_prefix: $prefix
|
||||
bindir: $exec_prefix/bin
|
||||
sbindir: $exec_prefix/sbin
|
||||
libexecdir: $exec_prefix/libexec/apache
|
||||
mandir: $prefix/man
|
||||
sysconfdir: $prefix/etc/apache
|
||||
datadir: $prefix/www
|
||||
iconsdir: $datadir/icons
|
||||
htdocsdir: $datadir/data
|
||||
manualdir: $prefix/share/doc/apache
|
||||
cgidir: $datadir/cgi-bin
|
||||
includedir: $prefix/include/apache
|
||||
localstatedir: /var
|
||||
runtimedir: $localstatedir/run
|
||||
logfiledir: $localstatedir/log
|
||||
proxycachedir: $datadir/proxy
|
||||
</Layout>
|
Loading…
Reference in New Issue
Block a user