1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/mod_backhand/Makefile
Sean Chittenden 396bd70e27 Clear errno on library load. Fixes the symptom of mod_backhand aborting on
systems with nss.  Notified upstream maintainers.  Port rev bump.

PR:			ports/75048
Submitted by:		Rachel Willmer <rachel@hobthross.com>
Fix obtained from:	Scott Wilson <scott.wilson@gmail.com>
2006-02-21 08:50:44 +00:00

27 lines
646 B
Makefile

# New ports collection makefile for: mod_backhand
# Date created: 10 April 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= mod_backhand
PORTVERSION= 1.2.2
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
http://people.FreeBSD.org/~seanc/ports/mod_backhand/
MAINTAINER= seanc@FreeBSD.org
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests
USE_APACHE= yes
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
.include <bsd.port.mk>