summaryrefslogtreecommitdiff
path: root/www/apache21
diff options
context:
space:
mode:
Diffstat (limited to 'www/apache21')
-rw-r--r--www/apache21/Makefile130
-rw-r--r--www/apache21/distinfo2
-rw-r--r--www/apache21/files/apache.sh17
-rw-r--r--www/apache21/files/config.layout22
-rw-r--r--www/apache21/files/patch-Makefile.in74
-rw-r--r--www/apache21/files/patch-configure21
-rw-r--r--www/apache21/files/patch-docs:conf:httpd-std.conf.in56
-rw-r--r--www/apache21/files/patch-docs:conf:ssl-std.conf116
-rw-r--r--www/apache21/files/patch-srclib:apr-util:configure11
-rw-r--r--www/apache21/files/patch-srclib:apr:include:apr_atomic.h17
-rw-r--r--www/apache21/files/patch-support:apachectl.in10
-rw-r--r--www/apache21/files/patch-support:apxs.in49
-rw-r--r--www/apache21/files/patch-support:log_server_status.in24
-rw-r--r--www/apache21/pkg-comment1
-rw-r--r--www/apache21/pkg-descr6
-rw-r--r--www/apache21/pkg-install35
-rw-r--r--www/apache21/pkg-plist775
17 files changed, 0 insertions, 1366 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile
deleted file mode 100644
index 22f1abad1226..000000000000
--- a/www/apache21/Makefile
+++ /dev/null
@@ -1,130 +0,0 @@
-# New ports collection makefile for: apache2
-# Date created: 7 April 2001
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
-# $FreeBSD$
-#
-
-PORTNAME= apache
-PORTVERSION= 2.0.36
-CATEGORIES= www ipv6
-MASTER_SITES= http://www.apache.org/dist/httpd/ \
- http://apache.mirrorcentral.com/dist/httpd/ \
- http://apache.missouri.edu/dist/httpd/ \
- http://ftp.epix.net/apache/dist/httpd/ \
- ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \
- ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ \
- http://www.freebsd.org/gifs/:freebsd \
- http://www2.freebsd.org/gifs/:freebsd
-DISTNAME= httpd-${PORTVERSION}
-DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif:freebsd
-EXTRACT_ONLY= ${DISTNAME}.tar.gz
-
-MAINTAINER?= perky@fallin.lv
-
-LATEST_LINK= apache2
-
-WITH_MPM?= prefork # or worker, perchild (neither of them still has a problem on FreeBSD)
-HTTP_PORT?= 80
-
-GNU_CONFIGURE= yes
-USE_PERL5= yes
-CONFIGURE_ARGS= --prefix=${PREFIX} \
- --enable-layout=FreeBSD \
- --with-perl=${PERL5} \
- --enable-so \
- --with-mpm=${WITH_MPM} \
- --with-port=${HTTP_PORT} \
- --libdir=${PREFIX}/lib/apache2 \
- --includedir=${PREFIX}/include/apache2
-CONFIGURE_ENV= CC="${CC}" CPPFLAGS="${CPPFLAGS}" CFLAGS="${CFLAGS}" \
- LDFLAGS="${LDFLAGS}"
-SHARED_MODULES= all cgid charset_lite ext_filter case_filter case_filter_in \
- deflate bucketeer
-RC_SUB= -e 's,@@PREFIX@@,${PREFIX},g' -e 's,@@DESTDIR@@,${DESTDIR},g'
-MAKE_ENV+= DESTDIR=${DESTDIR} EXPR_COMPAT=yes
-PLIST_SUB+= DESTDIR=${DESTDIR}
-
-.if defined(NOPORTDOCS)
-MAKE_ENV+= NOPORTDOCS=YES
-.endif
-
-.if defined(WITH_THREADS)
-CONFIGURE_ARGS+= --enable-threads
-.endif
-
-.if !defined(WITHOUT_SSL) && exists(/usr/lib/libcrypto.so)
-SHARED_MODULES+= ssl
-PLIST_SUB+= MODSSL=""
-RC_SUB+= -e 's,@@SSL@@,ssl,g'
-.else
-PLIST_SUB+= MODSSL="@comment "
-RC_SUB+= -e 's,@@SSL@@,,g'
-.endif
-
-.if defined(WITH_SUEXEC)
-SUEXEC_USERDIR?= public_html
-CONFIGURE_ARGS+= --enable-suexec \
- --with-suexec-caller=www \
- --with-suexec-userdir="${SUEXEC_USERDIR}" \
- --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \
- --with-suexec-docroot="${PREFIX}/www/data" \
- --with-suexec-safepath="${PREFIX}/bin:${LOCALBASE}/bin:/usr/bin:/bin" \
- --with-suexec-logfile="${DESTDIR}/var/log/httpd-suexec.log"
-PLIST_SUB+= SUEXEC=""
-.else
-PLIST_SUB+= SUEXEC="@comment "
-.endif
-
-.if !defined(WITHOUT_CACHE) && defined(WITH_THREADS)
-SHARED_MODULES+= cache file-cache disk-cache mem_cache
-PLIST_SUB+= MODCACHE=""
-.else
-PLIST_SUB+= MODCACHE="@comment "
-.endif
-
-.if !defined(WITHOUT_PROXY)
-SHARED_MODULES+= proxy proxy-connect proxy-ftp proxy-http
-PLIST_SUB+= MODPROXY=""
-.else
-PLIST_SUB+= MODPROXY="@comment "
-.endif
-
-.if ${WITH_MPM} != "prefork"
-PKGNAMESUFFIX= -${WITH_MPM}
-.if !defined(WITH_THREADS)
-IGNORE= "requires threads for ${WITH_MPM} mpm"
-.endif
-.endif
-
-CONFIGURE_ARGS+= --enable-mods-shared="${SHARED_MODULES}"
-
-MAN1= dbmmanage.1 htdigest.1 htpasswd.1
-MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8 suexec.8
-
-.include <bsd.port.pre.mk>
-
-post-extract:
- @${CP} ${DISTDIR}/powerlogo.gif ${WRKSRC}/docs/icons/freebsd.gif
-
-post-patch:
- @cd ${WRKSRC}/docs/docroot && \
- for f in index.html.*; do (\
- ${PERL} -pi -e 's,apache_pb,icons/freebsd.gif" ALT="[Powered by FreeBSD]"><IMG SRC="apache_pb2_ani,g' $$f \
- ); done
- @${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} -f {} \;
- @${SED} ${RC_SUB} ${FILESDIR}/apache.sh >${WRKDIR}/apache2.sh
- @${SED} ${RC_SUB} ${FILESDIR}/config.layout >>${WRKSRC}/config.layout
-
-pre-install:
- PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
-
-post-install:
- @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \
- ${ECHO} "Installing ${PREFIX}/etc/rc.d/apache2.sh startup file."; \
- ${INSTALL_SCRIPT} -m 751 ${WRKDIR}/apache2.sh ${PREFIX}/etc/rc.d/apache2.sh; \
- fi
- @[ -d ${DESTDIR}/var/log ] || ${MKDIR} ${DESTDIR}/var/log
- @[ -d ${DESTDIR}/var/run ] || ${MKDIR} ${DESTDIR}/var/run
-
-.include <bsd.port.post.mk>
diff --git a/www/apache21/distinfo b/www/apache21/distinfo
deleted file mode 100644
index 959ca9adfa4f..000000000000
--- a/www/apache21/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (httpd-2.0.36.tar.gz) = dc80f22608bccba6c49e1fe9f12f51c8
-MD5 (powerlogo.gif) = 0f106073b3c7844cf22d4df126b27c62
diff --git a/www/apache21/files/apache.sh b/www/apache21/files/apache.sh
deleted file mode 100644
index 82405c6e8e2c..000000000000
--- a/www/apache21/files/apache.sh
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-PREFIX=@@PREFIX@@
-
-case "$1" in
-start)
- [ "@@SSL@@" = "ssl" -a -f "$PREFIX/etc/apache2/ssl.crt/server.crt" ] && SSL=ssl
- [ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start${SSL} > /dev/null && echo -n ' apache2'
- ;;
-stop)
- [ -r @@DESTDIR@@/var/run/httpd.pid ] && ${PREFIX}/sbin/apachectl stop > /dev/null && echo -n ' apache2'
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- ;;
-esac
-
-exit 0
diff --git a/www/apache21/files/config.layout b/www/apache21/files/config.layout
deleted file mode 100644
index 9344b823d0a2..000000000000
--- a/www/apache21/files/config.layout
+++ /dev/null
@@ -1,22 +0,0 @@
-<Layout FreeBSD>
- prefix: /usr/local
- exec_prefix: ${prefix}
- bindir: ${exec_prefix}/bin
- sbindir: ${exec_prefix}/sbin
- libexecdir: ${exec_prefix}/libexec/apache2
- mandir: ${prefix}/man
- sysconfdir: ${prefix}/etc/apache2
- datadir: ${prefix}/www
- installbuilddir: ${prefix}/share/apache2
- errordir: ${datadir}/error
- iconsdir: ${datadir}/icons
- htdocsdir: ${datadir}/data
- manualdir: ${prefix}/share/doc/apache2
- cgidir: ${datadir}/cgi-bin
- includedir: ${prefix}/include/apache2
- localstatedir: @@DESTDIR@@/var
- runtimedir: ${localstatedir}/run
- logfiledir: ${localstatedir}/log
- proxycachedir: ${datadir}/proxy
- infodir: ${exec_prefix}/share/info
-</Layout>
diff --git a/www/apache21/files/patch-Makefile.in b/www/apache21/files/patch-Makefile.in
deleted file mode 100644
index 5d49a5d426a9..000000000000
--- a/www/apache21/files/patch-Makefile.in
+++ /dev/null
@@ -1,74 +0,0 @@
---- Makefile.in.orig Sun Apr 28 16:41:25 2002
-+++ Makefile.in Tue May 7 19:05:12 2002
-@@ -33,23 +33,27 @@
- @test -d $(sysconfdir) || $(MKINSTALLDIRS) $(sysconfdir)
- @cd $(top_srcdir)/docs/conf; \
- for i in mime.types magic; do \
-- $(INSTALL_DATA) $$i $(sysconfdir); \
-+ test -f $(sysconfdir)/$$i || $(INSTALL_DATA) $$i $(sysconfdir); \
-+ cp -f $$i $$i.default; \
-+ $(INSTALL_DATA) $$i.default $(sysconfdir); \
- done; \
- for j in $(top_srcdir)/docs/conf $(top_builddir)/docs/conf ; do \
- cd $$j ; \
- for i in *-std*.conf ssl.conf; do \
-- [ -f $$i ] || continue; \
-+ [ -f `echo "$$i"|sed 's,\.in$$,_nonex,g'` ] || continue; \
- ( \
- n_lm=`awk 'BEGIN {n=0} /@@LoadModule@@/ {n+=1} END {print n}' < $$i`; \
- if test $$n_lm -eq 0 -o "x$(DSO_MODULES)" = "x"; then \
- sed -e 's#@@ServerRoot@@#$(prefix)#g' \
- -e 's#@@Port@@#$(PORT)#g' \
-+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \
- -e '/@@LoadModule@@/d' \
- < $$i; \
- else \
- sed -n -e '/@@LoadModule@@/q' \
- -e 's#@@ServerRoot@@#$(prefix)#g' \
- -e 's#@@Port@@#$(PORT)#g' \
-+ -e 's#@@DESTDIR@@#$(DESTDIR)#g' \
- -e 'p' \
- < $$i; \
- for j in $(DSO_MODULES) "^EOL^"; do \
-@@ -57,7 +61,7 @@
- echo "<IfDefine SSL>"; \
- fi; \
- if test $$j != "^EOL^"; then \
-- echo "LoadModule $${j}_module modules/mod_$${j}.so"; \
-+ echo "LoadModule $${j}_module ${libexecdir:S|^${prefix}/||}/mod_$${j}.so"; \
- fi; \
- if test "x$$j" = "xssl"; then \
- echo "</IfDefine>"; \
-@@ -106,12 +110,14 @@
-
- install-htdocs:
- @echo Installing HTML documents
-- @test -d $(htdocsdir) || $(MKINSTALLDIRS) $(htdocsdir)
-- @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir))
-+ @test -d $(htdocsdir).default || $(MKINSTALLDIRS) $(htdocsdir).default
-+ @test -d $(htdocs-srcdir) && (cd $(htdocs-srcdir) && cp -rp * $(htdocsdir).default)
-+ @test -e $(htdocsdir) || ln -sf $(htdocsdir).default $(htdocsdir)
-+.if !defined(NOPORTDOCS)
- @test -d $(manualdir) || $(MKINSTALLDIRS) $(manualdir)
- @test -d $(top_srcdir)/docs/manual && (cd $(top_srcdir)/docs/manual && cp -rp * $(manualdir))
-- @test "x$(htdocsdir)" != "x" && cd $(htdocsdir) && find . -name "CVS" -print | xargs rm -rf {} \;
--
-+.endif
-+ @test "x$(htdocsdir)" != "x" && cd $(htdocsdir).default && find . -name "CVS" -print | xargs rm -rf {} \;
- install-error:
- @echo Installing error documents
- @test -d $(errordir) || $(MKINSTALLDIRS) $(errordir)
-@@ -126,9 +132,10 @@
-
- install-cgi:
- @echo Installing CGIs
-- @test -d $(cgidir) || $(MKINSTALLDIRS) $(cgidir)
-- @cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir)
-- @test "x$(cgidir)" != "x" && cd $(cgidir) && find . -name "CVS" -print | xargs rm -rf {} \;
-+ @test -d $(cgidir).default || $(MKINSTALLDIRS) $(cgidir).default
-+ @(cd $(top_srcdir)/docs/cgi-examples && cp -rp * $(cgidir).default)
-+ @test -e $(cgidir) || ln -sf $(cgidir).default $(cgidir)
-+ @test "x$(cgidir)" != "x" && cd $(cgidir).default && find . -name "CVS" -print | xargs rm -rf {} \;
-
- install-other:
- @test -d $(logfiledir) || $(MKINSTALLDIRS) $(logfiledir)
diff --git a/www/apache21/files/patch-configure b/www/apache21/files/patch-configure
deleted file mode 100644
index 942d1b071371..000000000000
--- a/www/apache21/files/patch-configure
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.orig Thu May 2 05:53:00 2002
-+++ configure Wed May 8 16:12:46 2002
-@@ -1503,7 +1503,7 @@
- $srcdir/config.layout > $pldconf
- layout_name=$LAYOUT
- . $pldconf
-- rm $pldconf
-+ rm -f $pldconf
- for var in prefix exec_prefix bindir sbindir libexecdir mandir \
- sysconfdir datadir errordir iconsdir htdocsdir cgidir \
- includedir localstatedir runtimedir logfiledir libdir \
-@@ -15077,6 +15077,9 @@
-
- cat >>confdefs.h <<_ACEOF
- #define SERVER_CONFIG_FILE "${rel_sysconfdir}/${progname}.conf"
-+#define DEFAULT_ERRORLOG "${rel_logfiledir}/httpd-error.log"
-+#define AP_TYPES_CONFIG_FILE "${rel_sysconfdir}/mime.types"
-+#define DOCUMENT_LOCATION "${rel_htdocsdir}"
- _ACEOF
-
-
diff --git a/www/apache21/files/patch-docs:conf:httpd-std.conf.in b/www/apache21/files/patch-docs:conf:httpd-std.conf.in
deleted file mode 100644
index d87b8bdcc679..000000000000
--- a/www/apache21/files/patch-docs:conf:httpd-std.conf.in
+++ /dev/null
@@ -1,56 +0,0 @@
---- docs/conf/httpd-std.conf.in.orig Wed Apr 24 07:24:35 2002
-+++ docs/conf/httpd-std.conf.in Tue May 7 19:29:28 2002
-@@ -68,7 +68,7 @@
- #
- <IfModule !mpm_netware.c>
- <IfModule !perchild.c>
--#ScoreBoardFile @rel_logfiledir@/apache_runtime_status
-+#ScoreBoardFile @rel_runtimedir@/apache_runtime_status
- </IfModule>
- </IfModule>
-
-@@ -263,8 +263,8 @@
- # when the value of (unsigned)Group is above 60000;
- # don't use Group #-1 on these systems!
- #
--User nobody
--Group #-1
-+User www
-+Group www
- </IfModule>
- </IfModule>
-
-@@ -450,7 +450,7 @@
- # logged here. If you *do* define an error logfile for a <VirtualHost>
- # container, that host's errors will be logged there and not here.
- #
--ErrorLog @rel_logfiledir@/error_log
-+ErrorLog @rel_logfiledir@/httpd-error.log
-
- #
- # LogLevel: Control the number of messages logged to the error_log.
-@@ -475,20 +475,20 @@
- # define per-<VirtualHost> access logfiles, transactions will be
- # logged therein and *not* in this file.
- #
--CustomLog @rel_logfiledir@/access_log common
-+#CustomLog @rel_logfiledir@/httpd-access.log common
-
- #
- # If you would like to have agent and referer logfiles, uncomment the
- # following directives.
- #
--#CustomLog @rel_logfiledir@/referer_log referer
--#CustomLog @rel_logfiledir@/agent_log agent
-+#CustomLog @rel_logfiledir@/httpd-referer.log referer
-+#CustomLog @rel_logfiledir@/httpd-agent.log agent
-
- #
- # If you prefer a single logfile with access, agent, and referer information
- # (Combined Logfile Format) you can use the following directive.
- #
--#CustomLog @rel_logfiledir@/access_log combined
-+CustomLog @rel_logfiledir@/httpd-access.log combined
-
- #
- # Optionally add a line containing the server version and virtual host
diff --git a/www/apache21/files/patch-docs:conf:ssl-std.conf b/www/apache21/files/patch-docs:conf:ssl-std.conf
deleted file mode 100644
index 267aaae4d9e4..000000000000
--- a/www/apache21/files/patch-docs:conf:ssl-std.conf
+++ /dev/null
@@ -1,116 +0,0 @@
---- docs/conf/ssl-std.conf.orig Thu Nov 8 07:16:09 2001
-+++ docs/conf/ssl-std.conf Sun Apr 7 09:26:02 2002
-@@ -55,15 +55,15 @@
- # Configure the SSL Session Cache: First the mechanism
- # to use and second the expiring timeout (in seconds).
- #SSLSessionCache none
--#SSLSessionCache shmht:logs/ssl_scache(512000)
--#SSLSessionCache shmcb:logs/ssl_scache(512000)
--SSLSessionCache dbm:logs/ssl_scache
-+#SSLSessionCache shmht:@@DESTDIR@@/var/log/httpd-ssl_scache(512000)
-+#SSLSessionCache shmcb:@@DESTDIR@@/var/log/httpd-ssl_scache(512000)
-+SSLSessionCache dbm:@@DESTDIR@@/var/log/httpd-ssl_scache
- SSLSessionCacheTimeout 300
-
- # Semaphore:
- # Configure the path to the mutual exclusion semaphore the
- # SSL engine uses internally for inter-process synchronization.
--SSLMutex file:logs/ssl_mutex
-+SSLMutex file:@@DESTDIR@@/var/log/httpd-ssl_mutex
-
- # Pseudo Random Number Generator (PRNG):
- # Configure one or more sources to seed the PRNG of the
-@@ -89,7 +89,7 @@
- # a real server (i.e. somewhere where only root can write).
- # Log levels are (ascending order: higher ones include lower ones):
- # none, error, warn, info, trace, debug.
--SSLLog logs/ssl_engine_log
-+SSLLog @@DESTDIR@@/var/log/httpd-ssl_engine_log
- SSLLogLevel info
-
- ##
-@@ -99,11 +99,11 @@
- <VirtualHost _default_:443>
-
- # General setup for the virtual host
--DocumentRoot "@@ServerRoot@@/htdocs"
-+DocumentRoot "@@ServerRoot@@/www/data"
- ServerName new.host.name:443
- ServerAdmin you@your.address
--ErrorLog logs/error_log
--TransferLog logs/access_log
-+ErrorLog @@DESTDIR@@/var/log/httpd-error.log
-+TransferLog @@DESTDIR@@/var/log/httpd-access.log
-
- # SSL Engine Switch:
- # Enable/Disable SSL for this virtual host.
-@@ -122,16 +122,16 @@
- # built time. Keep in mind that if you've both a RSA and a DSA
- # certificate you can configure both in parallel (to also allow
- # the use of DSA ciphers, etc.)
--SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server.crt
--#SSLCertificateFile @@ServerRoot@@/conf/ssl.crt/server-dsa.crt
-+SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server.crt
-+#SSLCertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/server-dsa.crt
-
- # Server Private Key:
- # If the key is not combined with the certificate, use this
- # directive to point at the key file. Keep in mind that if
- # you've both a RSA and a DSA private key you can configure
- # both in parallel (to also allow the use of DSA ciphers, etc.)
--SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server.key
--#SSLCertificateKeyFile @@ServerRoot@@/conf/ssl.key/server-dsa.key
-+SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server.key
-+#SSLCertificateKeyFile @@ServerRoot@@/etc/apache2/ssl.key/server-dsa.key
-
- # Server Certificate Chain:
- # Point SSLCertificateChainFile at a file containing the
-@@ -140,7 +140,7 @@
- # the referenced file can be the same as SSLCertificateFile
- # when the CA certificates are directly appended to the server
- # certificate for convinience.
--#SSLCertificateChainFile @@ServerRoot@@/conf/ssl.crt/ca.crt
-+#SSLCertificateChainFile @@ServerRoot@@/etc/apache2/ssl.crt/ca.crt
-
- # Certificate Authority (CA):
- # Set the CA certificate verification path where to find CA
-@@ -149,8 +149,8 @@
- # Note: Inside SSLCACertificatePath you need hash symlinks
- # to point to the certificate files. Use the provided
- # Makefile to update the hash symlinks after changes.
--#SSLCACertificatePath @@ServerRoot@@/conf/ssl.crt
--#SSLCACertificateFile @@ServerRoot@@/conf/ssl.crt/ca-bundle.crt
-+#SSLCACertificatePath @@ServerRoot@@/etc/apache2/ssl.crt
-+#SSLCACertificateFile @@ServerRoot@@/etc/apache2/ssl.crt/ca-bundle.crt
-
- # Certificate Revocation Lists (CRL):
- # Set the CA revocation path where to find CA CRLs for client
-@@ -159,8 +159,8 @@
- # Note: Inside SSLCARevocationPath you need hash symlinks
- # to point to the certificate files. Use the provided
- # Makefile to update the hash symlinks after changes.
--#SSLCARevocationPath @@ServerRoot@@/conf/ssl.crl
--#SSLCARevocationFile @@ServerRoot@@/conf/ssl.crl/ca-bundle.crl
-+#SSLCARevocationPath @@ServerRoot@@/etc/apache2/ssl.crl
-+#SSLCARevocationFile @@ServerRoot@@/etc/apache2/ssl.crl/ca-bundle.crl
-
- # Client Authentication (Type):
- # Client certificate verification type and depth. Types are
-@@ -220,7 +220,7 @@
- <Files ~ "\.(cgi|shtml|phtml|php3?)$">
- SSLOptions +StdEnvVars
- </Files>
--<Directory "@@ServerRoot@@/cgi-bin">
-+<Directory "@@ServerRoot@@/www/cgi-bin">
- SSLOptions +StdEnvVars
- </Directory>
-
-@@ -255,7 +255,7 @@
- # Per-Server Logging:
- # The home of a custom SSL log file. Use this when you want a
- # compact non-error SSL logfile on a virtual host basis.
--CustomLog logs/ssl_request_log \
-+CustomLog @@DESTDIR@@/var/log/httpd-ssl_request.log \
- "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
-
- </VirtualHost>
diff --git a/www/apache21/files/patch-srclib:apr-util:configure b/www/apache21/files/patch-srclib:apr-util:configure
deleted file mode 100644
index 755790d2b41c..000000000000
--- a/www/apache21/files/patch-srclib:apr-util:configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- srclib/apr-util/configure.orig Wed May 1 13:52:45 2002
-+++ srclib/apr-util/configure Tue May 7 19:34:07 2002
-@@ -11419,7 +11419,7 @@
- fi;
-
- if test -z "$expat_include_dir"; then
-- for d in /usr /usr/local xml/expat-cvs xml/expat $srcdir/xml/expat ; do
-+ for d in xml/expat-cvs xml/expat $srcdir/xml/expat ; do
-
- echo "$as_me:$LINENO: checking for Expat in $d" >&5
- echo $ECHO_N "checking for Expat in $d... $ECHO_C" >&6
diff --git a/www/apache21/files/patch-srclib:apr:include:apr_atomic.h b/www/apache21/files/patch-srclib:apr:include:apr_atomic.h
deleted file mode 100644
index 14d1dd444ba3..000000000000
--- a/www/apache21/files/patch-srclib:apr:include:apr_atomic.h
+++ /dev/null
@@ -1,17 +0,0 @@
---- srclib/apr/include/apr_atomic.h.orig Wed May 1 03:41:59 2002
-+++ srclib/apr/include/apr_atomic.h Tue May 7 19:37:45 2002
-@@ -175,10 +175,10 @@
- #include <machine/atomic.h>
-
- #define apr_atomic_t apr_uint32_t
--#define apr_atomic_add(mem, val) atomic_add_int(mem,val)
--#define apr_atomic_dec(mem) atomic_subtract_int(mem,1)
--#define apr_atomic_inc(mem) atomic_add_int(mem,1)
--#define apr_atomic_set(mem, val) atomic_set_int(mem, val)
-+#define apr_atomic_add(mem, val) (atomic_add_int(mem,val),mem)
-+#define apr_atomic_dec(mem) (atomic_subtract_int(mem,1),mem)
-+#define apr_atomic_inc(mem) (atomic_add_int(mem,1),mem)
-+#define apr_atomic_set(mem, val) (atomic_set_int(mem, val),mem)
- #define apr_atomic_read(mem) (*mem)
-
- #define APR_ATOMIC_NEED_CAS_DEFAULT 1
diff --git a/www/apache21/files/patch-support:apachectl.in b/www/apache21/files/patch-support:apachectl.in
deleted file mode 100644
index 0287f77bed6b..000000000000
--- a/www/apache21/files/patch-support:apachectl.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- support/apachectl.in.orig Thu Apr 4 18:15:44 2002
-+++ support/apachectl.in Sun Apr 7 08:49:25 2002
-@@ -47,6 +47,7 @@
- #
- # -------------------- --------------------
- # |||||||||||||||||||| END CONFIGURATION SECTION ||||||||||||||||||||
-+eval `limits -e -C daemon` >/dev/null 2>&1
-
- ERROR=0
- if [ "x$ARGV" = "x" ] ; then
diff --git a/www/apache21/files/patch-support:apxs.in b/www/apache21/files/patch-support:apxs.in
deleted file mode 100644
index ffa21a1ff918..000000000000
--- a/www/apache21/files/patch-support:apxs.in
+++ /dev/null
@@ -1,49 +0,0 @@
---- support/apxs.in.orig Tue Apr 30 03:09:02 2002
-+++ support/apxs.in Wed May 8 19:41:06 2002
-@@ -66,7 +66,7 @@
-
- # read the configuration variables once
- my %config_vars = ();
--get_config_vars("$prefix/build/config_vars.mk",\%config_vars);
-+get_config_vars("$prefix/share/apache2/config_vars.mk",\%config_vars);
-
- my $exec_prefix = get_vars("exec_prefix");
- my $CFG_TARGET = get_vars("progname");
-@@ -223,7 +223,7 @@
- my $httpd = get_vars("sbindir") . "/" . get_vars("progname");
- $httpd = eval qq("$httpd");
- $httpd = eval qq("$httpd");
--my $envvars = get_vars("bindir") . "/envvars";
-+my $envvars = get_vars("sbindir") . "/envvars";
- $envvars = eval qq("$envvars");
- $envvars = eval qq("$envvars");
-
-@@ -418,7 +418,7 @@
- $la =~ s|\.c$|.la|;
- my $o = $s;
- $o =~ s|\.c$|.o|;
-- push(@cmds, "$prefix/build/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo");
-+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $opt -c -o $lo $s && touch $slo");
- unshift(@objs, $lo);
- }
-
-@@ -443,7 +443,7 @@
- $opt .= " -l$opt_l";
- }
-
-- push(@cmds, "$prefix/build/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo");
-+ push(@cmds, "$prefix/share/apache2/libtool $ltflags --mode=link $CFG_CC -o $dso_file -rpath $CFG_LIBEXECDIR -module -avoid-version $opt $lo");
-
- # execute the commands
- &execute_cmds(@cmds);
-@@ -474,8 +474,8 @@
- $t =~ s|^.+/([^/]+)$|$1|;
- $t =~ s|\.la$|\.so|;
- if ($opt_i) {
-- push(@cmds, "$prefix/build/instdso.sh SH_LIBTOOL='" .
-- "$prefix/build/libtool' $f $CFG_LIBEXECDIR");
-+ push(@cmds, "$prefix/share/apache2/instdso.sh SH_LIBTOOL='" .
-+ "$prefix/share/apache2/libtool' $f $CFG_LIBEXECDIR");
- push(@cmds, "chmod 755 $CFG_LIBEXECDIR/$t");
- }
-
diff --git a/www/apache21/files/patch-support:log_server_status.in b/www/apache21/files/patch-support:log_server_status.in
deleted file mode 100644
index 652edf444a4c..000000000000
--- a/www/apache21/files/patch-support:log_server_status.in
+++ /dev/null
@@ -1,24 +0,0 @@
---- support/log_server_status.in.orig Thu Mar 14 05:48:06 2002
-+++ support/log_server_status.in Sun Apr 7 08:47:53 2002
-@@ -63,10 +63,10 @@
- #
- require 'sys/socket.ph';
-
--$wherelog = "/var/log/graph/"; # Logs will be like "/var/log/graph/19960312"
-+$wherelog = "@logfiledir@/httpd-status-"; # Logs will be like "/var/log/httpd-status-19960312.log"
- $server = "localhost"; # Name of server, could be "www.foo.com"
- $port = "80"; # Port on server
--$request = "/status/?auto"; # Request to send
-+$request = "/status-status/?auto"; # Request to send
-
- sub tcp_connect
- {
-@@ -96,7 +96,7 @@
- chomp($date);
- ($day,$time)=split(/:/,$date);
- $res=&tcp_connect($server,$port);
-- open(OUT,">>$wherelog$day");
-+ open(OUT,">>$wherelog$day.log");
- if ($res) {
- print OUT "$time:-1:-1:-1:-1:$res\n";
- exit 1;
diff --git a/www/apache21/pkg-comment b/www/apache21/pkg-comment
deleted file mode 100644
index 08ad28e1ad55..000000000000
--- a/www/apache21/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Version 2 of the extremely popular Apache http server
diff --git a/www/apache21/pkg-descr b/www/apache21/pkg-descr
deleted file mode 100644
index edb36c918c7c..000000000000
--- a/www/apache21/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Apache is an HTTP server designed as a plug-in replacement for the NCSA
-server version 1.3 (or 1.4). It fixes numerous bugs in the NCSA server and
-includes many frequently requested new features, and has an API which
-allows it to be extended to meet users' needs more easily.
-
-WWW: http://www.apache.org/
diff --git a/www/apache21/pkg-install b/www/apache21/pkg-install
deleted file mode 100644
index 8073016ebac9..000000000000
--- a/www/apache21/pkg-install
+++ /dev/null
@@ -1,35 +0,0 @@
-#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/www/apache21/Attic/pkg-install,v 1.3 2001-10-29 20:05:37 ache Exp $
-#
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-USER=www
-GROUP=${USER}
-UID=80
-GID=${UID}
-
-if ! pw groupshow "${GROUP}" 2>/dev/null 1>&2; then
- if pw groupadd ${GROUP} -g ${GID}; then
- echo "Added group \"${GROUP}\"."
- else
- echo "Adding group \"${GROUP}\" failed..."
- exit 1
- fi
-fi
-
-if ! pw usershow "${USER}" 2>/dev/null 1>&2; then
- if pw useradd ${USER} -u ${UID} -g ${GROUP} -h - \
- -s "/sbin/nologin" -d "/nonexistent" \
- -c "World Wide Web Owner"; \
- then
- echo "Added user \"${USER}\"."
- else
- echo "Adding user \"${USER}\" failed..."
- exit 1
- fi
-fi
-
-exit 0
diff --git a/www/apache21/pkg-plist b/www/apache21/pkg-plist
deleted file mode 100644
index f381ec5c91f1..000000000000
--- a/www/apache21/pkg-plist
+++ /dev/null
@@ -1,775 +0,0 @@
-bin/apr-config
-bin/apu-config
-@unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi
-etc/apache2/highperformance-std.conf
-@exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf
-@unexec if cmp -s %D/etc/apache2/httpd.conf %D/etc/apache2/httpd-std.conf; then rm -f %D/etc/apache2/httpd.conf; fi
-etc/apache2/httpd-std.conf
-@exec [ -f %B/httpd.conf ] || cp %B/%f %B/httpd.conf
-@unexec if cmp -s %D/etc/apache2/magic %D/etc/apache2/magic.default; then rm -f %D/etc/apache2/magic; fi
-etc/apache2/magic.default
-@exec [ -f %B/magic ] || cp %B/%f %B/magic
-@unexec if cmp -s %D/etc/apache2/mime.types %D/etc/apache2/mime.types.default; then rm -f %D/etc/apache2/mime.types; fi
-etc/apache2/mime.types.default
-@exec [ -f %B/mime.types ] || cp %B/%f %B/mime.types
-@unexec if cmp -s %D/etc/apache2/ssl.conf %D/etc/apache2/ssl-std.conf; then rm -f %D/etc/apache2/ssl.conf; fi
-etc/apache2/ssl-std.conf
-@exec [ -f %B/ssl.conf ] || cp %B/%f %B/ssl.conf
-etc/rc.d/apache2.sh
-include/apache2/ap_compat.h
-include/apache2/ap_config.h
-include/apache2/ap_config_auto.h
-include/apache2/ap_config_layout.h
-include/apache2/ap_listen.h
-include/apache2/ap_mmn.h
-include/apache2/ap_mpm.h
-include/apache2/ap_release.h
-include/apache2/apr.h
-include/apache2/apr_allocator.h
-include/apache2/apr_anylock.h
-include/apache2/apr_atomic.h
-include/apache2/apr_base64.h
-include/apache2/apr_buckets.h
-include/apache2/apr_compat.h
-include/apache2/apr_date.h
-include/apache2/apr_dbm.h
-include/apache2/apr_dso.h
-include/apache2/apr_errno.h
-include/apache2/apr_file_info.h
-include/apache2/apr_file_io.h
-include/apache2/apr_fnmatch.h
-include/apache2/apr_general.h
-include/apache2/apr_getopt.h
-include/apache2/apr_global_mutex.h
-include/apache2/apr_hash.h
-include/apache2/apr_hooks.h
-include/apache2/apr_inherit.h
-include/apache2/apr_ldap.h
-include/apache2/apr_lib.h
-include/apache2/apr_md4.h
-include/apache2/apr_md5.h
-include/apache2/apr_mmap.h
-include/apache2/apr_network_io.h
-include/apache2/apr_optional.h
-include/apache2/apr_optional_hooks.h
-include/apache2/apr_pools.h
-include/apache2/apr_portable.h
-include/apache2/apr_proc_mutex.h
-include/apache2/apr_ring.h
-include/apache2/apr_rmm.h
-include/apache2/apr_sdbm.h
-include/apache2/apr_sha1.h
-include/apache2/apr_shm.h
-include/apache2/apr_signal.h
-include/apache2/apr_strings.h
-include/apache2/apr_tables.h
-include/apache2/apr_thread_cond.h
-include/apache2/apr_thread_mutex.h
-include/apache2/apr_thread_proc.h
-include/apache2/apr_thread_rwlock.h
-include/apache2/apr_time.h
-include/apache2/apr_uri.h
-include/apache2/apr_user.h
-include/apache2/apr_uuid.h
-include/apache2/apr_version.h
-include/apache2/apr_want.h
-include/apache2/apr_xlate.h
-include/apache2/apr_xml.h
-include/apache2/apu.h
-include/apache2/apu_compat.h
-include/apache2/expat.h
-include/apache2/http_config.h
-include/apache2/http_connection.h
-include/apache2/http_core.h
-include/apache2/http_log.h
-include/apache2/http_main.h
-include/apache2/http_protocol.h
-include/apache2/http_request.h
-include/apache2/http_vhost.h
-include/apache2/httpd.h
-include/apache2/mod_cgi.h
-include/apache2/mod_core.h
-include/apache2/mod_dav.h
-include/apache2/mod_include.h
-include/apache2/mod_log_config.h
-include/apache2/mod_proxy.h
-include/apache2/mod_ssl.h
-include/apache2/mpm.h
-include/apache2/mpm_common.h
-include/apache2/mpm_default.h
-include/apache2/os.h
-include/apache2/pcre.h
-include/apache2/pcreposix.h
-include/apache2/rfc1413.h
-include/apache2/scoreboard.h
-include/apache2/ssl_expr.h
-include/apache2/ssl_expr_parse.h
-include/apache2/ssl_toolkit_compat.h
-include/apache2/ssl_util_ssl.h
-include/apache2/ssl_util_table.h
-include/apache2/unixd.h
-include/apache2/util_cfgtree.h
-include/apache2/util_charset.h
-include/apache2/util_ebcdic.h
-include/apache2/util_filter.h
-include/apache2/util_ldap.h
-include/apache2/util_md5.h
-include/apache2/util_script.h
-include/apache2/util_time.h
-include/apache2/util_xml.h
-lib/apache2/APRVARS
-lib/apache2/apr.exp
-lib/apache2/aprutil.exp
-lib/apache2/libapr.a
-lib/apache2/libapr.la
-lib/apache2/libapr.so.0
-@unexec rm -f %D/lib/apache2/libapr.so
-@exec ln -fs libapr.so.0 %D/lib/apache2/libapr.so
-lib/apache2/libaprutil.a
-lib/apache2/libaprutil.la
-lib/apache2/libaprutil.so.0
-@unexec rm -f %D/lib/apache2/libaprutil.so
-@exec ln -fs libaprutil.so.0 %D/lib/apache2/libaprutil.so
-lib/apache2/libexpat.a
-lib/apache2/libexpat.la
-lib/apache2/libexpat.so.1
-@unexec rm -f %D/lib/apache2/libexpat.so
-@exec ln -fs libexpat.so.1 %D/lib/apache2/libexpat.so
-libexec/apache2/httpd.exp
-libexec/apache2/mod_access.so
-libexec/apache2/mod_actions.so
-libexec/apache2/mod_alias.so
-libexec/apache2/mod_asis.so
-libexec/apache2/mod_auth.so
-libexec/apache2/mod_auth_anon.so
-libexec/apache2/mod_auth_dbm.so
-libexec/apache2/mod_auth_digest.so
-libexec/apache2/mod_autoindex.so
-libexec/apache2/mod_bucketeer.so
-%%MODCACHE%%libexec/apache2/mod_cache.so
-libexec/apache2/mod_case_filter.so
-libexec/apache2/mod_case_filter_in.so
-libexec/apache2/mod_cern_meta.so
-libexec/apache2/mod_cgi.so
-libexec/apache2/mod_cgid.so
-libexec/apache2/mod_charset_lite.so
-libexec/apache2/mod_dav.so
-libexec/apache2/mod_dav_fs.so
-libexec/apache2/mod_deflate.so
-libexec/apache2/mod_dir.so
-%%MODCACHE%%libexec/apache2/mod_disk_cache.so
-libexec/apache2/mod_env.so
-libexec/apache2/mod_expires.so
-libexec/apache2/mod_ext_filter.so
-%%MODCACHE%%libexec/apache2/mod_file_cache.so
-libexec/apache2/mod_headers.so
-libexec/apache2/mod_imap.so
-libexec/apache2/mod_include.so
-libexec/apache2/mod_info.so
-libexec/apache2/mod_log_config.so
-%%MODCACHE%%libexec/apache2/mod_mem_cache.so
-libexec/apache2/mod_mime.so
-libexec/apache2/mod_mime_magic.so
-libexec/apache2/mod_negotiation.so
-%%MODPROXY%%libexec/apache2/mod_proxy.so
-%%MODPROXY%%libexec/apache2/mod_proxy_connect.so
-%%MODPROXY%%libexec/apache2/mod_proxy_ftp.so
-%%MODPROXY%%libexec/apache2/mod_proxy_http.so
-libexec/apache2/mod_rewrite.so
-libexec/apache2/mod_setenvif.so
-libexec/apache2/mod_speling.so
-%%MODSSL%%libexec/apache2/mod_ssl.so
-libexec/apache2/mod_status.so
-%%SUEXEC%%libexec/apache2/mod_suexec.so
-libexec/apache2/mod_unique_id.so
-libexec/apache2/mod_userdir.so
-libexec/apache2/mod_usertrack.so
-libexec/apache2/mod_vhost_alias.so
-sbin/ab
-sbin/apachectl
-sbin/apxs
-sbin/checkgid
-sbin/dbmmanage
-sbin/envvars
-sbin/envvars-std
-sbin/htdbm
-sbin/htdigest
-sbin/htpasswd
-sbin/httpd
-sbin/logresolve
-sbin/rotatelogs
-%%SUEXEC%%sbin/suexec
-share/apache2/config_vars.mk
-share/apache2/instdso.sh
-share/apache2/library.mk
-share/apache2/libtool
-share/apache2/ltlib.mk
-share/apache2/program.mk
-share/apache2/rules.mk
-share/apache2/special.mk
-%%PORTDOCS%%share/doc/apache2/LICENSE
-%%PORTDOCS%%share/doc/apache2/bind.html
-%%PORTDOCS%%share/doc/apache2/cgi_path.html
-%%PORTDOCS%%share/doc/apache2/configuring.html.en
-%%PORTDOCS%%share/doc/apache2/configuring.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/content-negotiation.html
-%%PORTDOCS%%share/doc/apache2/custom-error.html
-%%PORTDOCS%%share/doc/apache2/developer/API.html
-%%PORTDOCS%%share/doc/apache2/developer/debugging.html
-%%PORTDOCS%%share/doc/apache2/developer/documenting.html
-%%PORTDOCS%%share/doc/apache2/developer/filters.html
-%%PORTDOCS%%share/doc/apache2/developer/footer.html
-%%PORTDOCS%%share/doc/apache2/developer/header.html
-%%PORTDOCS%%share/doc/apache2/developer/hooks.html
-%%PORTDOCS%%share/doc/apache2/developer/index.html
-%%PORTDOCS%%share/doc/apache2/developer/layeredio.html
-%%PORTDOCS%%share/doc/apache2/developer/modules.html
-%%PORTDOCS%%share/doc/apache2/developer/request.html
-%%PORTDOCS%%share/doc/apache2/dns-caveats.html
-%%PORTDOCS%%share/doc/apache2/dso.html
-%%PORTDOCS%%share/doc/apache2/ebcdic.html
-%%PORTDOCS%%share/doc/apache2/env.html
-%%PORTDOCS%%share/doc/apache2/faq/index.html
-%%PORTDOCS%%share/doc/apache2/filter.html
-%%PORTDOCS%%share/doc/apache2/footer.html
-%%PORTDOCS%%share/doc/apache2/handler.html.en
-%%PORTDOCS%%share/doc/apache2/handler.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/header.html
-%%PORTDOCS%%share/doc/apache2/howto/auth.html
-%%PORTDOCS%%share/doc/apache2/howto/cgi.html.en
-%%PORTDOCS%%share/doc/apache2/howto/cgi.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/howto/footer.html
-%%PORTDOCS%%share/doc/apache2/howto/header.html
-%%PORTDOCS%%share/doc/apache2/howto/ssi.html.en
-%%PORTDOCS%%share/doc/apache2/howto/ssi.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/images/apache_header.gif
-%%PORTDOCS%%share/doc/apache2/images/apache_header.png
-%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.gif
-%%PORTDOCS%%share/doc/apache2/images/custom_errordocs.png
-%%PORTDOCS%%share/doc/apache2/images/home.gif
-%%PORTDOCS%%share/doc/apache2/images/home.png
-%%PORTDOCS%%share/doc/apache2/images/index.gif
-%%PORTDOCS%%share/doc/apache2/images/index.png
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.fig
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.gif
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig1.png
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.fig
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.gif
-%%PORTDOCS%%share/doc/apache2/images/mod_rewrite_fig2.png
-%%PORTDOCS%%share/doc/apache2/images/pixel.gif
-%%PORTDOCS%%share/doc/apache2/images/pixel.png
-%%PORTDOCS%%share/doc/apache2/images/sub.gif
-%%PORTDOCS%%share/doc/apache2/images/sub.png
-%%PORTDOCS%%share/doc/apache2/index.html.en
-%%PORTDOCS%%share/doc/apache2/index.html.fr
-%%PORTDOCS%%share/doc/apache2/index.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/install.html
-%%PORTDOCS%%share/doc/apache2/invoking.html
-%%PORTDOCS%%share/doc/apache2/logs.html
-%%PORTDOCS%%share/doc/apache2/misc/custom_errordocs.html
-%%PORTDOCS%%share/doc/apache2/misc/descriptors.html
-%%PORTDOCS%%share/doc/apache2/misc/fin_wait_2.html
-%%PORTDOCS%%share/doc/apache2/misc/footer.html
-%%PORTDOCS%%share/doc/apache2/misc/header.html
-%%PORTDOCS%%share/doc/apache2/misc/index.html
-%%PORTDOCS%%share/doc/apache2/misc/known_client_problems.html
-%%PORTDOCS%%share/doc/apache2/misc/perf-tuning.html
-%%PORTDOCS%%share/doc/apache2/misc/rewriteguide.html
-%%PORTDOCS%%share/doc/apache2/misc/security_tips.html
-%%PORTDOCS%%share/doc/apache2/misc/tutorials.html
-%%PORTDOCS%%share/doc/apache2/mod/allmodules.xml
-%%PORTDOCS%%share/doc/apache2/mod/core.html
-%%PORTDOCS%%share/doc/apache2/mod/core.xml
-%%PORTDOCS%%share/doc/apache2/mod/directive-dict.html
-%%PORTDOCS%%share/doc/apache2/mod/directives.html
-%%PORTDOCS%%share/doc/apache2/mod/directives.xml
-%%PORTDOCS%%share/doc/apache2/mod/footer.html
-%%PORTDOCS%%share/doc/apache2/mod/header.html
-%%PORTDOCS%%share/doc/apache2/mod/index-bytype.html
-%%PORTDOCS%%share/doc/apache2/mod/index.html
-%%PORTDOCS%%share/doc/apache2/mod/index.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_TEMPLATE.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_access.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_access.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_actions.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_actions.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_alias.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_alias.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_asis.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_asis.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_anon.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_dbm.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_digest.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_auth_ldap.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_autoindex.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_cache.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_cache.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_cern_meta.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_cgi.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_cgid.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_charset_lite.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_dav.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_dav.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_deflate.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_dir.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_dir.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_env.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_env.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_example.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_example.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_expires.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_expires.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_ext_filter.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_file_cache.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_headers.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_headers.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_imap.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_imap.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_include.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_include.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_info.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_info.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_isapi.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_ldap.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_log_config.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_mime.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_mime.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_mime_magic.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_mmap_static.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_negotiation.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_proxy.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_rewrite.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_setenvif.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_so.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_so.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_speling.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_speling.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_ssl.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_status.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_status.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_suexec.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_unique_id.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_userdir.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_usertrack.xml
-%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.html
-%%PORTDOCS%%share/doc/apache2/mod/mod_vhost_alias.xml
-%%PORTDOCS%%share/doc/apache2/mod/module-dict.html
-%%PORTDOCS%%share/doc/apache2/mod/mpm_common.html
-%%PORTDOCS%%share/doc/apache2/mod/mpm_common.xml
-%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.html
-%%PORTDOCS%%share/doc/apache2/mod/mpm_netware.xml
-%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.html
-%%PORTDOCS%%share/doc/apache2/mod/mpm_winnt.xml
-%%PORTDOCS%%share/doc/apache2/mod/perchild.html
-%%PORTDOCS%%share/doc/apache2/mod/perchild.xml
-%%PORTDOCS%%share/doc/apache2/mod/prefork.html
-%%PORTDOCS%%share/doc/apache2/mod/prefork.xml
-%%PORTDOCS%%share/doc/apache2/mod/worker.html
-%%PORTDOCS%%share/doc/apache2/mod/worker.xml
-%%PORTDOCS%%share/doc/apache2/mpm.html
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.de
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.en
-%%PORTDOCS%%share/doc/apache2/new_features_2_0.html.fr
-%%PORTDOCS%%share/doc/apache2/platform/footer.html
-%%PORTDOCS%%share/doc/apache2/platform/header.html
-%%PORTDOCS%%share/doc/apache2/platform/netware.html
-%%PORTDOCS%%share/doc/apache2/platform/perf-hp.html
-%%PORTDOCS%%share/doc/apache2/platform/win_compiling.html
-%%PORTDOCS%%share/doc/apache2/platform/win_service.html
-%%PORTDOCS%%share/doc/apache2/platform/windows.html
-%%PORTDOCS%%share/doc/apache2/programs/ab.html
-%%PORTDOCS%%share/doc/apache2/programs/apachectl.html
-%%PORTDOCS%%share/doc/apache2/programs/apxs.html
-%%PORTDOCS%%share/doc/apache2/programs/dbmmanage.html
-%%PORTDOCS%%share/doc/apache2/programs/footer.html
-%%PORTDOCS%%share/doc/apache2/programs/header.html
-%%PORTDOCS%%share/doc/apache2/programs/htdigest.html
-%%PORTDOCS%%share/doc/apache2/programs/htpasswd.html
-%%PORTDOCS%%share/doc/apache2/programs/httpd.html
-%%PORTDOCS%%share/doc/apache2/programs/index.html
-%%PORTDOCS%%share/doc/apache2/programs/logresolve.html
-%%PORTDOCS%%share/doc/apache2/programs/other.html
-%%PORTDOCS%%share/doc/apache2/programs/rotatelogs.html
-%%PORTDOCS%%share/doc/apache2/programs/suexec.html
-%%PORTDOCS%%share/doc/apache2/search/manual-index.cgi
-%%PORTDOCS%%share/doc/apache2/sections.html
-%%PORTDOCS%%share/doc/apache2/server-wide.html.en
-%%PORTDOCS%%share/doc/apache2/server-wide.html.ja.jis
-%%PORTDOCS%%share/doc/apache2/sitemap.html
-%%PORTDOCS%%share/doc/apache2/ssl/footer.html
-%%PORTDOCS%%share/doc/apache2/ssl/header.html
-%%PORTDOCS%%share/doc/apache2/ssl/index.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_compat.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_logo.jpg
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_cover_title.jpg
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_faq.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_glossary.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_howto.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro.html
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig1.gif
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig2.gif
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_intro_fig3.gif
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_overview_fig1.gif
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-000000.gif
-%%PORTDOCS%%share/doc/apache2/ssl/ssl_template.imgdot-1x1-transp.gif
-%%PORTDOCS%%share/doc/apache2/stopping.html
-%%PORTDOCS%%share/doc/apache2/style/build.sh
-%%PORTDOCS%%share/doc/apache2/style/build.xml
-%%PORTDOCS%%share/doc/apache2/style/en.xml
-%%PORTDOCS%%share/doc/apache2/style/manual.css
-%%PORTDOCS%%share/doc/apache2/style/manual.xsl
-%%PORTDOCS%%share/doc/apache2/style/modulesynopsis.dtd
-%%PORTDOCS%%share/doc/apache2/style/settings.xsl
-%%PORTDOCS%%share/doc/apache2/style/sv.xml
-%%PORTDOCS%%share/doc/apache2/suexec.html
-%%PORTDOCS%%share/doc/apache2/upgrading.html.en
-%%PORTDOCS%%share/doc/apache2/upgrading.html.fr
-%%PORTDOCS%%share/doc/apache2/urlmapping.html
-%%PORTDOCS%%share/doc/apache2/vhosts/details.html
-%%PORTDOCS%%share/doc/apache2/vhosts/examples.html
-%%PORTDOCS%%share/doc/apache2/vhosts/fd-limits.html
-%%PORTDOCS%%share/doc/apache2/vhosts/footer.html
-%%PORTDOCS%%share/doc/apache2/vhosts/header.html
-%%PORTDOCS%%share/doc/apache2/vhosts/index.html
-%%PORTDOCS%%share/doc/apache2/vhosts/ip-based.html
-%%PORTDOCS%%share/doc/apache2/vhosts/mass.html
-%%PORTDOCS%%share/doc/apache2/vhosts/name-based.html
-@exec mkdir -p %D/www
-@unexec if [ -L %D/www/cgi-bin ]; then rm -f %D/www/cgi-bin; fi
-@exec [ ! -d %D/www/cgi-bin ] && ln -fs %D/www/cgi-bin.default %D/www/cgi-bin
-www/cgi-bin.default/printenv
-www/cgi-bin.default/test-cgi
-@unexec if [ -L %D/www/data ]; then rm -f %D/www/data; fi
-@exec [ ! -d %D/www/data ] && ln -fs %D/www/data.default %D/www/data
-www/data.default/apache_pb.gif
-www/data.default/apache_pb.png
-www/data.default/apache_pb2.gif
-www/data.default/apache_pb2.png
-www/data.default/apache_pb2_ani.gif
-www/data.default/index.html.ca
-www/data.default/index.html.cz.iso8859-2
-www/data.default/index.html.de
-www/data.default/index.html.dk
-www/data.default/index.html.ee
-www/data.default/index.html.el
-www/data.default/index.html.en
-www/data.default/index.html.es
-www/data.default/index.html.et
-www/data.default/index.html.fr
-www/data.default/index.html.he.iso8859-8
-www/data.default/index.html.hr.iso8859-2
-www/data.default/index.html.it
-www/data.default/index.html.ja.iso2022-jp
-www/data.default/index.html.kr.iso2022-kr
-www/data.default/index.html.ltz.utf8
-www/data.default/index.html.lu.utf8
-www/data.default/index.html.nl
-www/data.default/index.html.nn
-www/data.default/index.html.no
-www/data.default/index.html.po.iso8859-2
-www/data.default/index.html.pt
-www/data.default/index.html.pt-br
-www/data.default/index.html.ru.cp-1251
-www/data.default/index.html.ru.cp866
-www/data.default/index.html.ru.iso-ru
-www/data.default/index.html.ru.koi8-r
-www/data.default/index.html.ru.utf8
-www/data.default/index.html.se
-www/data.default/index.html.tw
-www/data.default/index.html.tw.Big5
-www/data.default/index.html.var
-www/error/HTTP_BAD_GATEWAY.html.var
-www/error/HTTP_BAD_REQUEST.html.var
-www/error/HTTP_FORBIDDEN.html.var
-www/error/HTTP_GONE.html.var
-www/error/HTTP_INTERNAL_SERVER_ERROR.html.var
-www/error/HTTP_LENGTH_REQUIRED.html.var
-www/error/HTTP_METHOD_NOT_ALLOWED.html.var
-www/error/HTTP_NOT_ACCEPTABLE.html.var
-www/error/HTTP_NOT_FOUND.html.var
-www/error/HTTP_NOT_IMPLEMENTED.html.var
-www/error/HTTP_PRECONDITION_FAILED.html.var
-www/error/HTTP_REQUEST_ENTITY_TOO_LARGE.html.var
-www/error/HTTP_REQUEST_TIME_OUT.html.var
-www/error/HTTP_REQUEST_URI_TOO_LARGE.html.var
-www/error/HTTP_SERVICE_UNAVAILABLE.html.var
-www/error/HTTP_UNAUTHORIZED.html.var
-www/error/HTTP_UNSUPPORTED_MEDIA_TYPE.html.var
-www/error/HTTP_VARIANT_ALSO_VARIES.html.var
-www/error/README
-www/error/contact.html.var
-www/error/include/bottom.html
-www/error/include/spacer.html
-www/error/include/top.html
-www/icons/README
-www/icons/a.gif
-www/icons/a.png
-www/icons/alert.black.gif
-www/icons/alert.black.png
-www/icons/alert.red.gif
-www/icons/alert.red.png
-www/icons/apache_pb.gif
-www/icons/apache_pb.png
-www/icons/apache_pb2.gif
-www/icons/apache_pb2.png
-www/icons/apache_pb2_ani.gif
-www/icons/back.gif
-www/icons/back.png
-www/icons/ball.gray.gif
-www/icons/ball.gray.png
-www/icons/ball.red.gif
-www/icons/ball.red.png
-www/icons/binary.gif
-www/icons/binary.png
-www/icons/binhex.gif
-www/icons/binhex.png
-www/icons/blank.gif
-www/icons/blank.png
-www/icons/bomb.gif
-www/icons/bomb.png
-www/icons/box1.gif
-www/icons/box1.png
-www/icons/box2.gif
-www/icons/box2.png
-www/icons/broken.gif
-www/icons/broken.png
-www/icons/burst.gif
-www/icons/burst.png
-www/icons/c.gif
-www/icons/c.png
-www/icons/comp.blue.gif
-www/icons/comp.blue.png
-www/icons/comp.gray.gif
-www/icons/comp.gray.png
-www/icons/compressed.gif
-www/icons/compressed.png
-www/icons/continued.gif
-www/icons/continued.png
-www/icons/dir.gif
-www/icons/dir.png
-www/icons/down.gif
-www/icons/down.png
-www/icons/dvi.gif
-www/icons/dvi.png
-www/icons/f.gif
-www/icons/f.png
-www/icons/folder.gif
-www/icons/folder.open.gif
-www/icons/folder.open.png
-www/icons/folder.png
-www/icons/folder.sec.gif
-www/icons/folder.sec.png
-www/icons/forward.gif
-www/icons/forward.png
-www/icons/freebsd.gif
-www/icons/generic.gif
-www/icons/generic.png
-www/icons/generic.red.gif
-www/icons/generic.red.png
-www/icons/generic.sec.gif
-www/icons/generic.sec.png
-www/icons/hand.right.gif
-www/icons/hand.right.png
-www/icons/hand.up.gif
-www/icons/hand.up.png
-www/icons/icon.sheet.gif
-www/icons/icon.sheet.png
-www/icons/image1.gif
-www/icons/image1.png
-www/icons/image2.gif
-www/icons/image2.png
-www/icons/image3.gif
-www/icons/image3.png
-www/icons/index.gif
-www/icons/index.png
-www/icons/layout.gif
-www/icons/layout.png
-www/icons/left.gif
-www/icons/left.png
-www/icons/link.gif
-www/icons/link.png
-www/icons/movie.gif
-www/icons/movie.png
-www/icons/p.gif
-www/icons/p.png
-www/icons/patch.gif
-www/icons/patch.png
-www/icons/pdf.gif
-www/icons/pdf.png
-www/icons/pie0.gif
-www/icons/pie0.png
-www/icons/pie1.gif
-www/icons/pie1.png
-www/icons/pie2.gif
-www/icons/pie2.png
-www/icons/pie3.gif
-www/icons/pie3.png
-www/icons/pie4.gif
-www/icons/pie4.png
-www/icons/pie5.gif
-www/icons/pie5.png
-www/icons/pie6.gif
-www/icons/pie6.png
-www/icons/pie7.gif
-www/icons/pie7.png
-www/icons/pie8.gif
-www/icons/pie8.png
-www/icons/portal.gif
-www/icons/portal.png
-www/icons/ps.gif
-www/icons/ps.png
-www/icons/quill.gif
-www/icons/quill.png
-www/icons/right.gif
-www/icons/right.png
-www/icons/screw1.gif
-www/icons/screw1.png
-www/icons/screw2.gif
-www/icons/screw2.png
-www/icons/script.gif
-www/icons/script.png
-www/icons/small/README.txt
-www/icons/small/back.gif
-www/icons/small/back.png
-www/icons/small/binary.gif
-www/icons/small/binary.png
-www/icons/small/binhex.gif
-www/icons/small/binhex.png
-www/icons/small/blank.gif
-www/icons/small/blank.png
-www/icons/small/broken.gif
-www/icons/small/broken.png
-www/icons/small/burst.gif
-www/icons/small/burst.png
-www/icons/small/comp1.gif
-www/icons/small/comp1.png
-www/icons/small/comp2.gif
-www/icons/small/comp2.png
-www/icons/small/compressed.gif
-www/icons/small/compressed.png
-www/icons/small/continued.gif
-www/icons/small/continued.png
-www/icons/small/dir.gif
-www/icons/small/dir.png
-www/icons/small/dir2.gif
-www/icons/small/dir2.png
-www/icons/small/doc.gif
-www/icons/small/doc.png
-www/icons/small/forward.gif
-www/icons/small/forward.png
-www/icons/small/generic.gif
-www/icons/small/generic.png
-www/icons/small/generic2.gif
-www/icons/small/generic2.png
-www/icons/small/generic3.gif
-www/icons/small/generic3.png
-www/icons/small/image.gif
-www/icons/small/image.png
-www/icons/small/image2.gif
-www/icons/small/image2.png
-www/icons/small/index.gif
-www/icons/small/index.png
-www/icons/small/key.gif
-www/icons/small/key.png
-www/icons/small/movie.gif
-www/icons/small/movie.png
-www/icons/small/patch.gif
-www/icons/small/patch.png
-www/icons/small/ps.gif
-www/icons/small/ps.png
-www/icons/small/rainbow.gif
-www/icons/small/rainbow.png
-www/icons/small/sound.gif
-www/icons/small/sound.png
-www/icons/small/sound2.gif
-www/icons/small/sound2.png
-www/icons/small/tar.gif
-www/icons/small/tar.png
-www/icons/small/text.gif
-www/icons/small/text.png
-www/icons/small/transfer.gif
-www/icons/small/transfer.png
-www/icons/small/unknown.gif
-www/icons/small/unknown.png
-www/icons/small/uu.gif
-www/icons/small/uu.png
-www/icons/sound1.gif
-www/icons/sound1.png
-www/icons/sound2.gif
-www/icons/sound2.png
-www/icons/sphere1.gif
-www/icons/sphere1.png
-www/icons/sphere2.gif
-www/icons/sphere2.png
-www/icons/tar.gif
-www/icons/tar.png
-www/icons/tex.gif
-www/icons/tex.png
-www/icons/text.gif
-www/icons/text.png
-www/icons/transfer.gif
-www/icons/transfer.png
-www/icons/unknown.gif
-www/icons/unknown.png
-www/icons/up.gif
-www/icons/up.png
-www/icons/uu.gif
-www/icons/uu.png
-www/icons/uuencoded.gif
-www/icons/uuencoded.png
-www/icons/world1.gif
-www/icons/world1.png
-www/icons/world2.gif
-www/icons/world2.png
-@dirrm www/icons/small
-@dirrm www/icons
-@dirrm www/error/include
-@dirrm www/error
-@dirrm www/data.default
-@dirrm www/cgi-bin.default
-@dirrm www
-%%PORTDOCS%%@dirrm share/doc/apache2/vhosts
-%%PORTDOCS%%@dirrm share/doc/apache2/style
-%%PORTDOCS%%@dirrm share/doc/apache2/ssl
-%%PORTDOCS%%@dirrm share/doc/apache2/search
-%%PORTDOCS%%@dirrm share/doc/apache2/programs
-%%PORTDOCS%%@dirrm share/doc/apache2/platform
-%%PORTDOCS%%@dirrm share/doc/apache2/mod
-%%PORTDOCS%%@dirrm share/doc/apache2/misc
-%%PORTDOCS%%@dirrm share/doc/apache2/images
-%%PORTDOCS%%@dirrm share/doc/apache2/howto
-%%PORTDOCS%%@dirrm share/doc/apache2/faq
-%%PORTDOCS%%@dirrm share/doc/apache2/developer
-%%PORTDOCS%%@dirrm share/doc/apache2
-@dirrm share/apache2
-@dirrm libexec/apache2
-@dirrm lib/apache2
-@dirrm include/apache2
-@dirrm etc/apache2
-@exec [ -d %%DESTDIR%%/var/log ] || mkdir -p %%DESTDIR%%/var/log
-@exec [ -d %%DESTDIR%%/var/run ] || mkdir -p %%DESTDIR%%/var/run