diff options
author | bapt <bapt@FreeBSD.org> | 2012-05-29 23:15:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-05-29 23:15:17 +0800 |
commit | 375b65e89e258c46db4d9b15e36ee43930378100 (patch) | |
tree | 4295e8917b162e954e452c636f225baedb86052d /shells | |
parent | d027faa7ae6b0fc473f482b7862324814269ec5a (diff) | |
download | freebsd-ports-gnome-375b65e89e258c46db4d9b15e36ee43930378100.tar.gz freebsd-ports-gnome-375b65e89e258c46db4d9b15e36ee43930378100.tar.zst freebsd-ports-gnome-375b65e89e258c46db4d9b15e36ee43930378100.zip |
Fix descriptions with "()"
Reported by: freshports sanity check
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 8d88990a3191..9315d8b58398 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 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}" |