diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 14:54:51 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-04-12 14:54:51 +0800 |
commit | 05bffda8150022945f6fa842197f33cba8d6a757 (patch) | |
tree | 9c64f0e7da8f686a5e54fdcc02bfae5f5e72dd3a /www | |
parent | f4ff1d91c81de72eab35a04e46cf3a018ee6e3e9 (diff) | |
download | freebsd-ports-gnome-05bffda8150022945f6fa842197f33cba8d6a757.tar.gz freebsd-ports-gnome-05bffda8150022945f6fa842197f33cba8d6a757.tar.zst freebsd-ports-gnome-05bffda8150022945f6fa842197f33cba8d6a757.zip |
- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_cgi_debug/Makefile | 10 | ||||
-rw-r--r-- | www/mod_cgi_debug/pkg-plist | 3 |
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 |