diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2012-01-01 16:47:41 +0000 |
commit | 19fe40753d31ba0d91325ae15897602b2531875a (patch) | |
tree | 756dc92902e540775c00a7af9b20473c9ab8e7a9 /www/foswiki | |
parent | c2f2d9bfd586d4beba0a893372843bf1de3a93ea (diff) |
Notes
Diffstat (limited to 'www/foswiki')
-rw-r--r-- | www/foswiki/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/foswiki/Makefile b/www/foswiki/Makefile index a6609d0ecf68..d2c8c52f0c6c 100644 --- a/www/foswiki/Makefile +++ b/www/foswiki/Makefile @@ -50,19 +50,15 @@ RUN_DEPENDS+= p5-Apache-Htpasswd>=0:${PORTSDIR}/security/p5-Apache-Htpasswd \ .endif .if defined(WITH_APACHE) -USE_APACHE?= 13+ +USE_APACHE?= 20+ PLIST_SUB+= NOAPACHE="" PKGMESSAGE= pkg-message-apache SUB_FILES+= pkg-message-apache .include <bsd.port.pre.mk> -CONFDIR= ${PREFIX}/${CONFDIR_REL} -.if ${APACHE_VERSION} == "13" -CONFDIR_REL= ${APACHEETCDIR} -.else CONFDIR_REL= ${APACHEETCDIR}/Includes -.endif +CONFDIR= ${PREFIX}/${CONFDIR_REL} PLIST_SUB+= CONFDIR=${CONFDIR_REL} .else |