svn commit: r315782 - head/ftp/wget

Vasil Dimov vd at FreeBSD.org
Thu Apr 11 10:03:51 UTC 2013


Author: vd
Date: Thu Apr 11 10:03:50 2013
New Revision: 315782
URL: http://svnweb.freebsd.org/changeset/ports/315782

Log:
  ftp/wget:
  
  * Fix a typo in options variable (introduced in r315271)
  * Whitespace change to align the values
  
  PR:		ports/177662
  Submitted by:	Jeremy Chadwick <jdc at koitsu.org>
  Approved by:	portmgr

Modified:
  head/ftp/wget/Makefile

Modified: head/ftp/wget/Makefile
==============================================================================
--- head/ftp/wget/Makefile	Wed Apr 10 23:55:57 2013	(r315781)
+++ head/ftp/wget/Makefile	Thu Apr 11 10:03:50 2013	(r315782)
@@ -18,9 +18,9 @@ GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 
 OPTIONS_RADIO=	SSL
-OPTIONS_RADIO_SSL=	GNUTLS OPENSSL
+OPTIONS_RADIO_SSL=GNUTLS OPENSSL
 OPTIONS_DEFINE=	IPV6 NLS IDN
-OPTIONs_DEFAULT=	OPENSSL IDN
+OPTIONS_DEFAULT=OPENSSL IDN
 
 .include <bsd.port.options.mk>
 


More information about the svn-ports-all mailing list