diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-12-10 14:41:04 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-12-10 14:41:04 +0000 |
commit | 05897ea19c3d9cb1bff0a459302980680c7e3efc (patch) | |
tree | 9b49210a856e30472d084279c61adc4ca832164d /www | |
parent | cd2ef5080ae2e6114c7d4c6a3abe9827b019570f (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_bf/Makefile | 10 | ||||
-rw-r--r-- | www/mod_bf/pkg-plist | 3 |
2 files changed, 3 insertions, 10 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> diff --git a/www/mod_bf/pkg-plist b/www/mod_bf/pkg-plist deleted file mode 100644 index 22a4bd8c4545..000000000000 --- a/www/mod_bf/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -libexec/apache/mod_bf.so -@exec %D/sbin/apxs -e -A -n bf %D/%F -@unexec %D/sbin/apxs -e -A -n bf %D/%F |