diff options
author | mharo <mharo@FreeBSD.org> | 1999-12-23 02:05:00 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-12-23 02:05:00 +0800 |
commit | e730aef82f862faca33a32e2c285b17059aa511a (patch) | |
tree | 018389ea8b8aa1cae94630f48b054189d926bfc2 /ftp/proftpd | |
parent | 035df6bec7b447db25b2a0b188b94f85e8a3cce8 (diff) | |
download | freebsd-ports-gnome-e730aef82f862faca33a32e2c285b17059aa511a.tar.gz freebsd-ports-gnome-e730aef82f862faca33a32e2c285b17059aa511a.tar.zst freebsd-ports-gnome-e730aef82f862faca33a32e2c285b17059aa511a.zip |
add more mastersites, disable use of sendfile until bugs are fixed
with it and include updates from proftpd cvs repository.
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
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}" |