diff options
Diffstat (limited to 'www/mod_auth_any/Makefile')
-rw-r--r-- | www/mod_auth_any/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_auth_any/Makefile b/www/mod_auth_any/Makefile index 9616135cb8f3..50a0c52c2028 100644 --- a/www/mod_auth_any/Makefile +++ b/www/mod_auth_any/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_auth_any PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ftp://ftp.itlab.musc.edu/pub/toolbox/mod_auth_any/ EXTRACT_SUFX= .tgz @@ -20,6 +21,10 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 +post-patch: + @${CAT} ${FILESDIR}/bash_single_quote_escape_string.c >> \ + ${WRKSRC}/${PORTNAME}.c + do-build: @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c |