svn commit: r341522 - head/ftp/vsftpd-ext

Bernhard Froehlich decke at FreeBSD.org
Tue Jan 28 09:19:21 UTC 2014


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


More information about the svn-ports-all mailing list