summaryrefslogtreecommitdiff
path: root/ftp/proftpd
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-02-18 18:24:31 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-02-18 18:24:31 +0000
commit766aa3c4385ac9dd8372f1f5d6cf6d97bd6a458f (patch)
tree70f99d64fbc4bce652e5de9c96bada9450a40793 /ftp/proftpd
parentRevert to using /compat/linux instead of /usr/compat/linux. The (diff)
compile with mod_readme by default
Submitted by: Dmitry Sivachenko <dima@Chg.RU>
Notes
Notes: svn path=/head/; revision=25986
Diffstat (limited to 'ftp/proftpd')
-rw-r--r--ftp/proftpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 4cd1bd6b31b4..1a5d87901330 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -26,7 +26,7 @@ USE_AUTOCONF= yes
CONFIGURE_ARGS= --localstatedir=/var/run \
--disable-sendfile
-MODULES?= mod_ratio
+MODULES?= mod_ratio:mod_readme
.if !empty(MODULES)
CONFIGURE_ARGS+= --with-modules=${MODULES}