aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_bf/Makefile10
-rw-r--r--www/mod_bf/pkg-plist3
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