diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 13:38:17 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-16 13:38:17 +0000 |
commit | 9b3d51b78831d7239dcba509d2c45ada835a1a44 (patch) | |
tree | f96ae5cf5381799b53489a0771116406b3d36c82 /www/mod_auth_any/Makefile | |
parent | 267bec7c6d5df742b747c0134d3e71ee5a7aec18 (diff) | |
download | ports-9b3d51b78831d7239dcba509d2c45ada835a1a44.tar.gz ports-9b3d51b78831d7239dcba509d2c45ada835a1a44.zip |
Notes
Diffstat (limited to 'www/mod_auth_any/Makefile')
-rw-r--r-- | www/mod_auth_any/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/www/mod_auth_any/Makefile b/www/mod_auth_any/Makefile index bcc7c269f91c..c563226b9619 100644 --- a/www/mod_auth_any/Makefile +++ b/www/mod_auth_any/Makefile @@ -13,13 +13,11 @@ MASTER_SITES= http://www.itlab.musc.edu/webNIS/dist/ MAINTAINER= clement@FreeBSD.org COMMENT= Apache module to use any command line program to authenticate a user -USE_APACHE= yes -WRKSRC= ${WRKDIR}/${PORTNAME} +WANT_APACHE= 13 +AP_FAST_BUILD= yes +AP_GENPLIST= yes +WRKSRC= ${WRKDIR}/${PORTNAME}/src -do-build: - @cd ${WRKSRC}/src && ${APXS} -c ${PORTNAME}.c - -do-install: - ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/src/${PORTNAME}.so - -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd" +.include <bsd.port.post.mk> |