svn commit: r320344 - head/Mk

Tijl Coosemans tijl at FreeBSD.org
Sun Jun 9 16:04:05 UTC 2013


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


More information about the svn-ports-all mailing list