summaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-11-24 22:29:11 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-11-24 22:29:11 +0000
commitd0d0ddeb1781c3edd4c0830eadba686a9a5826cb (patch)
treeb88b90bf64556190a2bc559b1ab6270cbe682a8c /ftp/proftpd
parentAdd docs to ftp/proftpd. (diff)
add mod_tar
PR: 20356 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=35395
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 4928b6e15f35..af80ecbf24ed 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -26,7 +26,8 @@ USE_AUTOCONF= yes
CONFIGURE_ARGS= --localstatedir=/var/run \
--disable-sendfile
-MODULES?= mod_ratio:mod_readme
+#allow user to override
+MODULES?= mod_ratio:mod_readme:mod_tar
.if !empty(MODULES)
CONFIGURE_ARGS+= --with-modules=${MODULES}