aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/proftpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r--ftp/proftpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile
index 57ad16c663d5..9e356e75d667 100644
--- a/ftp/proftpd/Makefile
+++ b/ftp/proftpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= proftpd
DISTVERSION= 1.3.1rc2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= ftp
MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \
ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \
@@ -171,7 +171,7 @@ LIBDIRS:=${LIBDIRS}:${LOCALBASE}/lib
.endif
.if ${MODULES:M*mod_sql_*}
-MODULES:=${MODULES}:mod_sql
+MODULES:=mod_sql${MODULES}
.endif
.if defined(WITH_OPENSSL)