Date: Tue, 28 Jan 2014 09:19:21 +0000 (UTC) From: Bernhard Froehlich <decke@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341522 - head/ftp/vsftpd-ext Message-ID: <201401280919.s0S9JLQQ091777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: decke Date: Tue Jan 28 09:19:20 2014 New Revision: 341522 URL: http://svnweb.freebsd.org/changeset/ports/341522 QAT: https://qat.redports.org/buildarchive/r341522/ Log: - Fix typo in options conversion With hat: portmgr Modified: head/ftp/vsftpd-ext/Makefile Modified: head/ftp/vsftpd-ext/Makefile ============================================================================== --- head/ftp/vsftpd-ext/Makefile Tue Jan 28 08:49:51 2014 (r341521) +++ head/ftp/vsftpd-ext/Makefile Tue Jan 28 09:19:20 2014 (r341522) @@ -27,7 +27,7 @@ DOCFILES= AUDIT BENCHMARKS BUGS Changelo SIZE SPEED TODO TUNING OPTIONS_DEFINE= RC_SCRIPT SSL DOCS -OPTIONS_DEFAULTL= RC_SCRIPT +OPTIONS_DEFAULT= RC_SCRIPT RC_SCRIPT_DESC= install RC_SCRIPT NO_STAGE= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401280919.s0S9JLQQ091777>