diff options
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index a41459e4264d..e55176081cee 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.10.r1 +PORTVERSION= 1.2.10.r3 PORTREVISION= 0 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ @@ -24,7 +24,7 @@ MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://www.linuxceptional.com/proftpd/ \ ftp://ftp.ethereal.com/mirrors/ftp.proftpd.org/ \ ftp://mirror.cybercomm.nl/ -DISTNAME= ${PORTNAME}-1.2.10rc1 +DISTNAME= ${PORTNAME}-1.2.10rc3 MAINTAINER?= mharo@FreeBSD.org COMMENT?= Highly configurable ftp daemon @@ -107,6 +107,12 @@ USE_OPENSSL= yes PROFTPD_LIBS+= -lssl -lcrypto .endif +.if defined(WITH_CTRLS) +CFLAGS+= --enable-ctrls +MAN8+= ftpdctl.8 +.else +.endif + # Keep this here below, in case similar constructs need to be made CONFIGURE_ENV+= "LIBS=${PROFTPD_LIBS}" |