diff options
author | mharo <mharo@FreeBSD.org> | 2000-11-25 06:29:11 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-11-25 06:29:11 +0800 |
commit | 3fe1ca84b4a465f2f1f0a30dbe6949fb2076c52b (patch) | |
tree | bae88300ff0e395d3c2f7a768278f4bf1f568946 /ftp/proftpd | |
parent | b25820e6621e0d129ddff719d5ef4a6b8466e7c9 (diff) | |
download | freebsd-ports-gnome-3fe1ca84b4a465f2f1f0a30dbe6949fb2076c52b.tar.gz freebsd-ports-gnome-3fe1ca84b4a465f2f1f0a30dbe6949fb2076c52b.tar.zst freebsd-ports-gnome-3fe1ca84b4a465f2f1f0a30dbe6949fb2076c52b.zip |
add mod_tar
PR: 20356
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Diffstat (limited to 'ftp/proftpd')
-rw-r--r-- | ftp/proftpd/Makefile | 3 |
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} |