From owner-svn-ports-all@FreeBSD.ORG Wed Oct 10 21:02:05 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 8FEED8BC; Wed, 10 Oct 2012 21:02:05 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7A3268FC14; Wed, 10 Oct 2012 21:02:05 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9AL25wX099272; Wed, 10 Oct 2012 21:02:05 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9AL2585099270; Wed, 10 Oct 2012 21:02:05 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201210102102.q9AL2585099270@svn.freebsd.org> From: Guido Falsi Date: Wed, 10 Oct 2012 21:02:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305683 - head/lang/pure 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: Wed, 10 Oct 2012 21:02:05 -0000 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 (maintainer, via email) Noticed by: Riccardo Torrini 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