Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2012 18:28:57 +0000 (UTC)
From:      Wesley Shields <wxs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307567 - in head/net: libnids silc-client
Message-ID:  <201211191828.qAJISvZD019285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wxs
Date: Mon Nov 19 18:28:56 2012
New Revision: 307567
URL: http://svnweb.freebsd.org/changeset/ports/307567

Log:
  Remove unnecessary quotes.
  
  Noticed by:	crees
  Feature safe:	yes

Modified:
  head/net/libnids/Makefile
  head/net/silc-client/Makefile

Modified: head/net/libnids/Makefile
==============================================================================
--- head/net/libnids/Makefile	Mon Nov 19 16:24:44 2012	(r307566)
+++ head/net/libnids/Makefile	Mon Nov 19 18:28:56 2012	(r307567)
@@ -16,8 +16,8 @@ COMMENT=	Network monitoring library with
 LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	LIBNET GLIB2
-LIBNET_DESC=	"Use libnet 1.1.x"
-GLIB2_DESC=	"Use GLIB2 for multiprocessing support"
+LIBNET_DESC=	Use libnet 1.1.x
+GLIB2_DESC=	Use GLIB2 for multiprocessing support
 OPTIONS_DEFAULT=	LIBNET GLIB2
 
 WANT_GNOME=	yes

Modified: head/net/silc-client/Makefile
==============================================================================
--- head/net/silc-client/Makefile	Mon Nov 19 16:24:44 2012	(r307566)
+++ head/net/silc-client/Makefile	Mon Nov 19 18:28:56 2012	(r307567)
@@ -35,8 +35,8 @@ CONFIGURE_ARGS=	--docdir=${DOCSDIR} \
 WANT_PERL=	yes
 
 OPTIONS_DEFINE=	PTHREADS IPV6 ICONV PERL OPTIMIZED_ASM
-PTHREADS_DESC=	"Enable pthreads support"
-OPTIMIZED_ASM_DESC=	"Use assembler optimizations (i386 only)"
+PTHREADS_DESC=	Enable pthreads support
+OPTIMIZED_ASM_DESC=	Use assembler optimizations (i386 only)
 OPTIONS_DEFAULT=	IPV6 ICONV PERL OPTIMIZED_ASM
 
 .ifdef(IRSSI_PLUGIN)



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