From owner-svn-ports-all@FreeBSD.ORG Mon Nov 19 18:28:57 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6D0873FB; Mon, 19 Nov 2012 18:28:57 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 500318FC13; Mon, 19 Nov 2012 18:28:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAJISvYC019287; Mon, 19 Nov 2012 18:28:57 GMT (envelope-from wxs@svn.freebsd.org) Received: (from wxs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAJISvZD019285; Mon, 19 Nov 2012 18:28:57 GMT (envelope-from wxs@svn.freebsd.org) Message-Id: <201211191828.qAJISvZD019285@svn.freebsd.org> From: Wesley Shields Date: Mon, 19 Nov 2012 18:28:57 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2012 18:28:57 -0000 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)