summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-09-21 11:06:03 +0000
commit1e3119b07ebe66367ead55242a47710e556bf383 (patch)
tree2051ba0023bbf060fa37051dc7fc6990710a53b1 /ftp
parent- Update to 3.02 (diff)
- fix misplaced NO_STAGE in slaveports and ifdefs
Notes
Notes: svn path=/head/; revision=327804
Diffstat (limited to 'ftp')
-rw-r--r--ftp/vsftpd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 8ad804854e4a..7fa27a8bc30b 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)