summaryrefslogtreecommitdiff
path: root/ftp
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
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')
-rw-r--r--ftp/proftpd-devel/Makefile2
-rw-r--r--ftp/proftpd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile
index 4cd1bd6b31b4..1a5d87901330 100644
--- a/ftp/proftpd-devel/Makefile
+++ b/ftp/proftpd-devel/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}
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}