diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/vsftpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 8ad804854e4..7fa27a8bc30 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -14,6 +14,8 @@ COMMENT= A FTP daemon that aims to be "very secure" LICENSE= GPLv2 +NO_STAGE= yes + ALL_TARGET= vsftpd MAN5= vsftpd.conf.5 MAN8= vsftpd.8 @@ -30,7 +32,6 @@ VSFTPD_SSL_DESC=Include support for SSL PIDFILE_DESC= Unofficial support for pidfile STACKPROTECTOR_DESC= Build with stack-protector -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL) |