aboutsummaryrefslogtreecommitdiff
path: root/www/mod_cgi_debug
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-12 06:54:51 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-04-12 06:54:51 +0000
commit90399dcc20a959bc1b8013b5347049524bdbbdc9 (patch)
tree39686d44c2a587eaaba5aee8999bb3071c4305be /www/mod_cgi_debug
parent9e746a8cf673321935c6c6f7d12950d17d2227a0 (diff)
downloadports-90399dcc20a959bc1b8013b5347049524bdbbdc9.tar.gz
ports-90399dcc20a959bc1b8013b5347049524bdbbdc9.zip
Notes
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