diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 18:09:51 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-04 18:09:51 +0000 |
commit | c1139bebf2e4650dcf92e56122adb7e4cd2be53f (patch) | |
tree | 1cb8b027a2134d6d93597d502330c3f43ab8cdb4 /ftp/pure-ftpd/Makefile | |
parent | 215c21dc013ed16c2f000754ae8909950ff1e6a5 (diff) |
Notes
Diffstat (limited to 'ftp/pure-ftpd/Makefile')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 2ef2c65d84eb..d5b7f4bb1c80 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= pure-ftpd -PORTVERSION= 0.99.2a +PORTVERSION= 0.99.9 CATEGORIES= ftp ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pureftpd @@ -54,7 +54,7 @@ CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib .endif MAN8= pure-ftpd.8 pure-ftpwho.8 pure-mrtginfo.8 pure-statsdecode.8 \ - pure-uploadscript.8 + pure-uploadscript.8 pure-pw.8 pure-pwconvert.8 pure-quotacheck.8 .include <bsd.port.pre.mk> @@ -73,17 +73,20 @@ PAM_TARGET?= pure-ftpd DOCS= AUTHORS CONTACT COPYING HISTORY NEWS \ README README.Configuration-File README.Contrib README.LDAP \ README.Netfilter README.MySQL README.Virtual-Users \ - THANKS + THANKS poweredby.jpg CONTRIB= xml_python_processors.txt pre-fetch: @${ECHO} "You can use the following additional options:" @${ECHO} "WITH_DMALLOC=1 - enable use of the dmalloc library;" - @${ECHO} "WITH_LDAP=1 - Store users in LDAP directories;" - @${ECHO} "WITH_MYSQL=1 - Store users in MySQL databases;" - @${ECHO} "WITH_LANG=lang - enable compilation of language support, lang is one of" - @${ECHO} " english, german, romanian, french, polish, spanish, dutch or danish." + @${ECHO} "WITH_LDAP=1 - Support for users in LDAP \ + directories;" + @${ECHO} "WITH_MYSQL=1 - Support for users in MySQL databases;" + @${ECHO} "WITH_LANG=lang - enable compilation of language \ + support, lang is one of" + @${ECHO} " english, german, romanian, french, polish, spanish, dutch," + @${ECHO} " italian, brazilian-portuguese or danish." @${ECHO} post-install: |