diff options
author | Johan van Selst <johans@FreeBSD.org> | 2010-09-05 21:21:15 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2010-09-05 21:21:15 +0000 |
commit | ede3efa3e8308d2854cac563fea5270f448e3b1a (patch) | |
tree | 376bf1fa55af0f5157a0f70fb05293c794fd0005 /mail/mutt/Makefile | |
parent | - thttpd.conf is not a requirement; the CLI will suffice. (diff) |
Fix quoting of Makefile variables;
this fixes the installation of mutt-lite
Notes
Notes:
svn path=/head/; revision=260608
Diffstat (limited to 'mail/mutt/Makefile')
-rw-r--r-- | mail/mutt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 1a2892de2a5d..23fce9e3972b 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -55,10 +55,10 @@ USE_GMAKE= yes .endif .if defined (MUTT_LITE) PKGNAMESUFFIX= -lite -WITH_SGML_DOCS:="no" +WITH_SGML_DOCS:=no .elif ${ARCH} == "alpha" # coredump in sgmls -WITH_SGML_DOCS:="no" +WITH_SGML_DOCS:=no .endif .if !defined(WITHOUT_NLS) |