From f4f3dd75b4d7919cc5e03a94a671b9a97542a940 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Fri, 7 May 2010 17:54:30 +0000 Subject: - Works with apache 2.0.x and 2.2.x Reported by: Vlad GURDIGA via apache@ list With Hat: apache@ --- www/mod_auth_external2/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www') 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 -- cgit