diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-08-14 23:44:25 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-08-14 23:44:25 +0000 |
commit | 08d1f7ed644b547d014123833ddd4558429d03d3 (patch) | |
tree | fd6dadce1dba4d2fb49925dc78dd75687c3da160 /ftp/bftpd/Makefile | |
parent | 6c1858ae0d73d2d9a8e8f2216e539f3fd09279a4 (diff) |
Notes
Diffstat (limited to 'ftp/bftpd/Makefile')
-rw-r--r-- | ftp/bftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index a0eea81f42b3..83ae002bc7b9 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -6,13 +6,14 @@ # PORTNAME= bftpd -PORTVERSION= 1.9 +PORTVERSION= 1.9.1 CATEGORIES= ftp MASTER_SITES= SF MAINTAINER= beech@FreeBSD.org COMMENT= Very configurable FTP server that can do chroot easily +WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-pam |