svn commit: r305683 - head/lang/pure

Guido Falsi madpilot at FreeBSD.org
Wed Oct 10 21:02:05 UTC 2012


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 at gmail.com> (maintainer, via email)
  Noticed by:	Riccardo Torrini <riccardo at 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>
 


More information about the svn-ports-all mailing list