From 20b49e0244d37a4c371f354d3602615f8d37f3d5 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Mon, 7 Jun 2010 04:21:12 +0000 Subject: - Convert to AP_FAST_BUILD / AP_GENPLIST - Don't list freefall/people in MASTER_SITES - Pet Portlint --- www/mod_backhand/Makefile | 12 ++++++------ www/mod_backhand/pkg-plist | 3 --- 2 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 www/mod_backhand/pkg-plist (limited to 'www/mod_backhand') 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 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 -- cgit v1.2.3