diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-10-11 05:02:04 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-10-11 05:02:04 +0800 |
commit | 3d9a75591adc33236ca0cbe18932d77eb9cd706a (patch) | |
tree | c599b4d1190b0d321b0c539fc217625f5bf1cc8b /lang | |
parent | 4390889619fd352a523bf65bea714083e45ea434 (diff) | |
download | freebsd-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/Makefile | 2 |
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> |