diff options
author | jeh <jeh@FreeBSD.org> | 2002-03-14 00:44:46 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-03-14 00:44:46 +0800 |
commit | c9b64669a3644c99828a0ac2d0b6dd829a5f9572 (patch) | |
tree | 81d03461e076a4e427412145b1ffff431e152910 /www/apache13-modssl | |
parent | 90b644a5e4adcae0bded36f3a33336ccb690ebf7 (diff) | |
download | freebsd-ports-gnome-c9b64669a3644c99828a0ac2d0b6dd829a5f9572.tar.gz freebsd-ports-gnome-c9b64669a3644c99828a0ac2d0b6dd829a5f9572.tar.zst freebsd-ports-gnome-c9b64669a3644c99828a0ac2d0b6dd829a5f9572.zip |
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
Diffstat (limited to 'www/apache13-modssl')
-rw-r--r-- | www/apache13-modssl/Makefile | 2 | ||||
-rw-r--r-- | www/apache13-modssl/files/FreeBSD.layout | 20 |
2 files changed, 1 insertions, 21 deletions
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile index 2f07abf92d05..b0214b1d4b6b 100644 --- a/www/apache13-modssl/Makefile +++ b/www/apache13-modssl/Makefile @@ -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 \ diff --git a/www/apache13-modssl/files/FreeBSD.layout b/www/apache13-modssl/files/FreeBSD.layout deleted file mode 100644 index b73ee2ae1484..000000000000 --- a/www/apache13-modssl/files/FreeBSD.layout +++ /dev/null @@ -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> |