diff options
Diffstat (limited to 'ftp/bftpd/Makefile')
-rw-r--r-- | ftp/bftpd/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 008300c8c7b8..05cc3a98390c 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -6,17 +6,17 @@ # PORTNAME= bftpd -PORTVERSION= 1.0.24 -PORTREVISION= 1 +PORTVERSION= 1.4 CATEGORIES= ftp -MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/ +MASTER_SITES= http://bftpd.sourceforge.net/downloads/src/ \ + http://www.alaskaparadise.com/freebsd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@mangohealth.org COMMENT= Very configurable FTP server that can do chroot easily GNU_CONFIGURE= yes + CONFIGURE_ARGS+= --enable-pam -USE_GMAKE= yes MAN8= bftpd.8 |