diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-02-18 18:24:31 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-02-18 18:24:31 +0000 |
commit | 766aa3c4385ac9dd8372f1f5d6cf6d97bd6a458f (patch) | |
tree | 70f99d64fbc4bce652e5de9c96bada9450a40793 /ftp/proftpd | |
parent | Revert 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/Makefile | 2 |
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} |