diff options
Diffstat (limited to 'www/mod_bf/Makefile')
-rw-r--r-- | www/mod_bf/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/www/mod_bf/Makefile b/www/mod_bf/Makefile index 5a7bcab11108..f43ac8a285f1 100644 --- a/www/mod_bf/Makefile +++ b/www/mod_bf/Makefile @@ -14,12 +14,8 @@ MASTER_SITE_SUBDIR= modbf MAINTAINER= apache@FreeBSD.org COMMENT= A brainf*ck module for Apache -USE_APACHE= yes - -do-build: - @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c - -do-install: - ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so +USE_APACHE= 13 +AP_FAST_BUILD= yes +AP_GENPLIST= yes .include <bsd.port.mk> |