From e730aef82f862faca33a32e2c285b17059aa511a Mon Sep 17 00:00:00 2001 From: mharo Date: Wed, 22 Dec 1999 18:05:00 +0000 Subject: add more mastersites, disable use of sendfile until bugs are fixed with it and include updates from proftpd cvs repository. --- ftp/proftpd/Makefile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ftp/proftpd') diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 18a69ccc8699..02a76e619244 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -9,7 +9,10 @@ DISTNAME= proftpd-1.2.0pre9 PKGNAME= proftpd-1.2.0p9 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/ +MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/ \ + ftp://ftp.stikman.com/pub/proftpd/ \ + ftp://ftp.linux.co.uk:/pub/packages/proftpd/ \ + ftp://ftp.drenik.net:/linux/ftp/proftpd/ MAINTAINER= mharo@FreeBSD.org @@ -20,11 +23,14 @@ MAN8= proftpd.8 ftpshut.8 USE_GMAKE= yes USE_AUTOCONF= yes -CONFIGURE_ARGS= --localstatedir=/var/run +CONFIGURE_ARGS= --localstatedir=/var/run \ + --disable-sendfile MODULES?= mod_ratio +.if !empty(MODULES) CONFIGURE_ARGS+= --with-modules=${MODULES} +.endif pre-configure: @${ECHO_MSG} "==> Configuring with ${MODULES}" -- cgit