diff options
Diffstat (limited to 'ftp/bftpd/Makefile')
-rw-r--r-- | ftp/bftpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 9e5801412a0d..6fdd5f868189 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -6,17 +6,18 @@ # PORTNAME= bftpd -PORTVERSION= 2.6 +PORTVERSION= 2.7 CATEGORIES= ftp MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= sylvio@FreeBSD.org COMMENT= Very configurable FTP server that can do chroot easily -WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-pam +WRKSRC= ${WRKDIR}/${PORTNAME} + PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample MAN8= bftpd.8 PORTDOCS= en pl |