Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jun 2013 16:04:05 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320344 - head/Mk
Message-ID:  <201306091604.r59G45Ec071152@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sun Jun  9 16:04:04 2013
New Revision: 320344
URL: http://svnweb.freebsd.org/changeset/ports/320344

Log:
  Remove some redundant comments.
  
  Approved by:	bapt

Modified:
  head/Mk/bsd.options.mk

Modified: head/Mk/bsd.options.mk
==============================================================================
--- head/Mk/bsd.options.mk	Sun Jun  9 16:02:03 2013	(r320343)
+++ head/Mk/bsd.options.mk	Sun Jun  9 16:04:04 2013	(r320344)
@@ -65,12 +65,10 @@ PORT_OPTIONS+=	DOCS
 PORT_OPTIONS+=	NLS
 .endif
 
-# Set the default values for the global options, as defined by portmgr
 .if !defined(NOPORTEXAMPLES)
 PORT_OPTIONS+=	EXAMPLES
 .endif
 
-# Activate IPV6 by default
 PORT_OPTIONS+=	IPV6
 
 # Add per arch options



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