From 375b65e89e258c46db4d9b15e36ee43930378100 Mon Sep 17 00:00:00 2001 From: bapt Date: Tue, 29 May 2012 15:15:17 +0000 Subject: Fix descriptions with "()" Reported by: freshports sanity check --- shells/zsh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shells') 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}" -- cgit