aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd/Makefile
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/Makefile
parent035952c8504f83ffcc176fc4c16c910c7e3b2b70 (diff)
downloadports-d0d0ddeb1781c3edd4c0830eadba686a9a5826cb.tar.gz
ports-d0d0ddeb1781c3edd4c0830eadba686a9a5826cb.zip
Notes
Diffstat (limited to 'ftp/proftpd/Makefile')
-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}