diff options
author | clement <clement@FreeBSD.org> | 2005-12-10 14:41:04 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2005-12-10 14:41:04 +0000 |
commit | e2e53114447a36aeaae126ec695224f406326580 (patch) | |
tree | 86e90e0fef892f3a528795d930295f76afa4aeaa /www/mod_bf | |
parent | 6b4d8c6329166a31e14c4019c6404a76783a6f56 (diff) | |
download | FreeBSD-ports-e2e53114447a36aeaae126ec695224f406326580.zip FreeBSD-ports-e2e53114447a36aeaae126ec695224f406326580.tar.gz |
- Convert to new USE_APACHE and use AP_*
Diffstat (limited to 'www/mod_bf')
-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 5a7bcab..f43ac8a 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 22a4bd8..0000000 --- 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 |