1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Convert to AP_FAST_BUILD / AP_GENPLIST

- Don't list freefall/people in MASTER_SITES
- Pet Portlint
This commit is contained in:
Philip M. Gollucci 2010-06-07 04:21:12 +00:00
parent 2c0a02b231
commit 20b49e0244
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255987
2 changed files with 7 additions and 10 deletions

View File

@ -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}"
# mod_backhand's install target is buggered.
do-install:
${APXS} -i -A -n ${PORTNAME:S/mod_//g} ${WRKSRC}/${PORTNAME}.so
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs=${APXS}
AP_FAST_BUILD= yes
AP_GENPLIST= yes
.include <bsd.port.mk>

View File

@ -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