Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Oct 2012 21:02:05 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305683 - head/lang/pure
Message-ID:  <201210102102.q9AL2585099270@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Oct 10 21:02:04 2012
New Revision: 305683
URL: http://svn.freebsd.org/changeset/ports/305683

Log:
  - Remove double quotes from *_DESC
  
  Requested by:	Zhihao Yuan <lichray@gmail.com> (maintainer, via email)
  Noticed by:	Riccardo Torrini <riccardo@torrini.org>
  
  Feature safe:	yes

Modified:
  head/lang/pure/Makefile   (contents, props changed)

Modified: head/lang/pure/Makefile
==============================================================================
--- head/lang/pure/Makefile	Wed Oct 10 19:55:27 2012	(r305682)
+++ head/lang/pure/Makefile	Wed Oct 10 21:02:04 2012	(r305683)
@@ -35,7 +35,7 @@ CONFIGURE_ARGS=	--with-libgmp-prefix=${L
 
 OPTIONS_DEFINE=	EMACS
 
-EMACS_DESC=	"Compile pure-mode.el with Emacs"
+EMACS_DESC=	Compile pure-mode.el with Emacs
 
 .include <bsd.port.options.mk>
 



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