aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-10-11 05:02:04 +0800
committermadpilot <madpilot@FreeBSD.org>2012-10-11 05:02:04 +0800
commit3d9a75591adc33236ca0cbe18932d77eb9cd706a (patch)
treec599b4d1190b0d321b0c539fc217625f5bf1cc8b /lang
parent4390889619fd352a523bf65bea714083e45ea434 (diff)
downloadfreebsd-ports-gnome-3d9a75591adc33236ca0cbe18932d77eb9cd706a.tar.gz
freebsd-ports-gnome-3d9a75591adc33236ca0cbe18932d77eb9cd706a.tar.zst
freebsd-ports-gnome-3d9a75591adc33236ca0cbe18932d77eb9cd706a.zip
- 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
Diffstat (limited to 'lang')
-rw-r--r--lang/pure/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pure/Makefile b/lang/pure/Makefile
index c29907da38f8..3f24c41f917b 100644
--- a/lang/pure/Makefile
+++ b/lang/pure/Makefile
@@ -35,7 +35,7 @@ CONFIGURE_ARGS= --with-libgmp-prefix=${LOCALBASE} --enable-release
OPTIONS_DEFINE= EMACS
-EMACS_DESC= "Compile pure-mode.el with Emacs"
+EMACS_DESC= Compile pure-mode.el with Emacs
.include <bsd.port.options.mk>
class='commitgraph'>* Convert to USES=autoreconftijl2014-09-181-6/+2 * - Switch to USES=libtool, drop .la filesamdmi32014-07-262-2/+3 * Fix build on 11-- clang doesn't recognise -fcheck-new, and g++ manpage sayscrees2014-03-261-4/+6 * - Update to 1.8.0miwi2014-02-072-22/+22 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0 * - Update to 1.7.1miwi2013-02-052-3/+3 * - Update to version 1.7.0sperber2012-12-013-35/+32 * - Attempt to unbreak on non-Intel architecturesdanfe2012-08-181-4/+14 * Mark as x86-only: uses -msse2 directive to CC.linimon2012-08-131-0/+3 * Fix file path in comment (non-functional change).danfe2012-07-051-1/+1 * - Update to version 1.6.0 now that our autotools allow to bootstrap the builddanfe2012-07-054-116/+21 * - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0 * - Fix build on FreeBSD 10miwi2011-10-29