Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Apr 2013 10:03:50 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315782 - head/ftp/wget
Message-ID:  <201304111003.r3BA3o2g013393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304111003.r3BA3o2g013393>