diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-12-22 18:05:00 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-12-22 18:05:00 +0000 |
commit | d717973005fe552ab2634aeb3ce7c4332ecec430 (patch) | |
tree | 5f3ef20d51d56061e11a0eae2d5999c06bd999fe /ftp/proftpd | |
parent | update to 1.6.1 (diff) |
add more mastersites, disable use of sendfile until bugs are fixed
with it and include updates from proftpd cvs repository.
Notes
Notes:
svn path=/head/; revision=23821
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}" |