diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-08 01:54:30 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-08 01:54:30 +0800 |
commit | f4f3dd75b4d7919cc5e03a94a671b9a97542a940 (patch) | |
tree | 4bb5b4e347a92b6585152a1de659122712a6fc26 /www | |
parent | 7ef745856609a121e64ad6ea7d3825dc3d2c4500 (diff) | |
download | freebsd-ports-gnome-f4f3dd75b4d7919cc5e03a94a671b9a97542a940.tar.gz freebsd-ports-gnome-f4f3dd75b4d7919cc5e03a94a671b9a97542a940.tar.zst freebsd-ports-gnome-f4f3dd75b4d7919cc5e03a94a671b9a97542a940.zip |
- Works with apache 2.0.x and 2.2.x
Reported by: Vlad GURDIGA <gurdiga@gmail.com> via apache@ list
With Hat: apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_external2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index 49b77995a087..0592525f2d67 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -13,9 +13,9 @@ DIST_SUBDIR= apache20 MAINTAINER= apache@FreeBSD.org COMMENT= Allows users authentication based on external mechanisms -MAKE_JOBS_SAFE= yes +MAKE_JOBS_SAFE= yes -USE_APACHE= 20 +USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES LATEST_LINK= mod_auth_external2 @@ -25,9 +25,9 @@ PORTDOCS= AUTHENTICATORS INSTALL README post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${DOCSDIR}/ . for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ . endfor .endif |