diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:21:12 +0800 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-07 12:21:12 +0800 |
commit | 20b49e0244d37a4c371f354d3602615f8d37f3d5 (patch) | |
tree | 0ee583bd9de4c34cd30c402859ee83298f2bb67d /www | |
parent | 2c0a02b231b4f06514de960497ec85ee71792584 (diff) | |
download | freebsd-ports-gnome-20b49e0244d37a4c371f354d3602615f8d37f3d5.tar.gz freebsd-ports-gnome-20b49e0244d37a4c371f354d3602615f8d37f3d5.tar.zst freebsd-ports-gnome-20b49e0244d37a4c371f354d3602615f8d37f3d5.zip |
- Convert to AP_FAST_BUILD / AP_GENPLIST
- Don't list freefall/people in MASTER_SITES
- Pet Portlint
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_backhand/Makefile | 12 | ||||
-rw-r--r-- | www/mod_backhand/pkg-plist | 3 |
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 |