aboutsummaryrefslogtreecommitdiff
path: root/www/mod_backhand
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 04:21:12 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-06-07 04:21:12 +0000
commit20b49e0244d37a4c371f354d3602615f8d37f3d5 (patch)
tree0ee583bd9de4c34cd30c402859ee83298f2bb67d /www/mod_backhand
parent2c0a02b231b4f06514de960497ec85ee71792584 (diff)
downloadports-20b49e0244d37a4c371f354d3602615f8d37f3d5.tar.gz
ports-20b49e0244d37a4c371f354d3602615f8d37f3d5.zip
- Convert to AP_FAST_BUILD / AP_GENPLIST
- Don't list freefall/people in MASTER_SITES - Pet Portlint
Notes
Notes: svn path=/head/; revision=255987
Diffstat (limited to 'www/mod_backhand')
-rw-r--r--www/mod_backhand/Makefile12
-rw-r--r--www/mod_backhand/pkg-plist3
2 files changed, 6 insertions, 9 deletions
diff --git a/www/mod_backhand/Makefile b/www/mod_backhand/Makefile
index 819347304d85..8a0d91f13f42 100644
--- a/www/mod_backhand/Makefile
+++ b/www/mod_backhand/Makefile
@@ -10,20 +10,20 @@ PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
- http://people.FreeBSD.org/~seanc/ports/mod_backhand/
+ LOCAL/pgollucci
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
USE_APACHE= 1.3
+
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-apxs="${APXS}"
+CONFIGURE_ARGS= --with-apxs=${APXS}
-# mod_backhand's install target is buggered.
-do-install:
- ${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
+AP_FAST_BUILD= yes
+AP_GENPLIST= yes
.include <bsd.port.mk>
diff --git a/www/mod_backhand/pkg-plist b/www/mod_backhand/pkg-plist
deleted file mode 100644
index fb691e0a0509..000000000000
--- a/www/mod_backhand/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-%%APACHEMODDIR%%/%%AP_MODULE%%
-@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F
-@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F