diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-10-17 21:43:54 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-10-17 21:43:54 +0000 |
commit | b932c04b69bf5f64c24aad2bbc9c8b905bf9791e (patch) | |
tree | 91ed6c84e6da41f34c5d32560e9323fc39d0a9e7 /ftp/proftpd | |
parent | 3bffe907e1a5ae966c6447db59ca09c5ba3165d1 (diff) |
Notes
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 904ebad1e7e4..b959946a3163 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -112,7 +112,7 @@ PROFTPD_LIBS+= -lssl -lcrypto .endif .if defined(WITH_CTRLS) -CFLAGS+= --enable-ctrls +CONFIGURE_ARGS+= --enable-ctrls MAN8+= ftpdctl.8 .else .endif |