aboutsummaryrefslogtreecommitdiff
path: root/www/mod_cgi_debug
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_cgi_debug')
-rw-r--r--www/mod_cgi_debug/Makefile10
-rw-r--r--www/mod_cgi_debug/pkg-plist3
2 files changed, 3 insertions, 10 deletions
diff --git a/www/mod_cgi_debug/Makefile b/www/mod_cgi_debug/Makefile
index 67fbc244d1fe..e9225b0e4394 100644
--- a/www/mod_cgi_debug/Makefile
+++ b/www/mod_cgi_debug/Makefile
@@ -13,12 +13,8 @@ MASTER_SITES= http://download.tangent.org/
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to make debugging server-side scripts easier
-USE_APACHE= yes
-
-do-build:
- @cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
-
-do-install:
- ${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
+USE_APACHE= 1.3
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
diff --git a/www/mod_cgi_debug/pkg-plist b/www/mod_cgi_debug/pkg-plist
deleted file mode 100644
index c598eef2ba8c..000000000000
--- a/www/mod_cgi_debug/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-libexec/apache/mod_cgi_debug.so
-@exec %D/sbin/apxs -e -A -n cgi_debug %D/%F
-@unexec %D/sbin/apxs -e -A -n cgi_debug %D/%F