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>