aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-05-31 16:53:03 +0800
committerbapt <bapt@FreeBSD.org>2012-05-31 16:53:03 +0800
commita76b6d67e0cad68bbef15ef0058c866df7ee3504 (patch)
tree57a2436da1676bb9d442856ea462cb40d19a4451 /shells/zsh
parent158ed9a09e71c03080211f1b07eb2d774819fe2b (diff)
downloadfreebsd-ports-gnome-a76b6d67e0cad68bbef15ef0058c866df7ee3504.tar.gz
freebsd-ports-gnome-a76b6d67e0cad68bbef15ef0058c866df7ee3504.tar.zst
freebsd-ports-gnome-a76b6d67e0cad68bbef15ef0058c866df7ee3504.zip
Double quotes not needed anymore for options description
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index e69d08dd5372..91e37212ae5f 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -42,10 +42,10 @@ EXTRA_PATCHES= ${FILESDIR}/extra-patch-bsdtar
OPTIONS_DEFINE= GDBM MEM SECURE_FREE MAILDIR MULTIBYTE PCRE STATIC DOCS DEBUG
OPTIONS_DEFAULT= SECURE_FREE MAILDIR MULTIBYTE
-GDBM_DESC= "Enable GDBM support (GPL)"
+GDBM_DESC= Enable GDBM support (GPL)
MEM_DESC= Enable zsh-mem options
SECURE_FREE_DESC= Enable zsh-secure-free
-MAILDIR_DESC= "Enable support for Maildirs in MAIL(PATH)"
+MAILDIR_DESC= Enable support for Maildirs in MAIL(PATH)
PLIST_SUB+= ZSH_VER="${ZSH_VER}"