aboutsummaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-04-14 08:24:56 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-04-14 08:24:56 +0000
commit9c9d075307b928e703b7a7a7cfe2af915b435395 (patch)
treefd64507ac64b910fe9d384097a138230e89ff604 /ftp
parent1cdd7ba866a1504e0c88c55e12a66366506aab43 (diff)
downloadports-9c9d075307b928e703b7a7a7cfe2af915b435395.tar.gz
ports-9c9d075307b928e703b7a7a7cfe2af915b435395.zip
Notes
Diffstat (limited to 'ftp')
-rw-r--r--ftp/vsftpd/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 08ebaf854a08..fbfc137834d1 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -19,20 +19,16 @@ LICENSE= GPLv2
ALL_TARGET= vsftpd
MAN5= vsftpd.conf.5
MAN8= vsftpd.8
+USE_RC_SUBR= vsftpd.sh
DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \
README README.security README.ssl REFS REWARD \
SIZE SPEED TODO TUNING
-OPTIONS= RC_NG "install RC_NG script" off \
- VSFTPD_SSL "Include support for SSL" off \
+OPTIONS= VSFTPD_SSL "Include support for SSL" off \
PIDFILE "unofficial support for pidfile" off
.include <bsd.port.pre.mk>
-.if defined(WITH_RC_NG)
-USE_RC_SUBR= vsftpd.sh
-.endif
-
.if defined(WITH_VSFTPD_SSL) && !defined(WITHOUT_SSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
SSL_SUFFIX= -ssl