svn commit: r307567 - in head/net: libnids silc-client

Wesley Shields wxs at FreeBSD.org
Mon Nov 19 18:28:57 UTC 2012


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)


More information about the svn-ports-all mailing list