summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2013-03-28 22:26:13 +0000
committerjperkin <jperkin@pkgsrc.org>2013-03-28 22:26:13 +0000
commite8785301750390266a4cdf64127812bd31934d66 (patch)
treeb07100042fa590d575629d02a8b9a5eae2c9ace1 /shells/zsh
parent9043fce7fce0d4c47d575d0f35f20401acf9543c (diff)
downloadpkgsrc-e8785301750390266a4cdf64127812bd31934d66.tar.gz
Fix default SunOS packaging.
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 129734a09a7..d7ad1b044c9 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.69 2013/03/22 08:43:31 sbd Exp $
+# $NetBSD: Makefile.common,v 1.70 2013/03/28 22:26:13 jperkin Exp $
# used by shells/zsh/Makefile
# used by shells/zsh-current/Makefile
@@ -86,7 +86,7 @@ _ZSH_OPSYS_VARS.notcsetpgrp= --without-tcsetpgrp
### terminfo
CHECK_BUILTIN.terminfo= yes
.include "../../mk/terminfo.builtin.mk"
-.if !empty(USE_BUILTIN.terminfo:M[Yy][Ee][Ss]) || ${OPSYS} == "Linux"
+.if !empty(USE_BUILTIN.terminfo:M[Yy][Ee][Ss]) || ${OPSYS} == "SunOS" || ${OPSYS} == "Linux"
PLIST.terminfo= yes
.endif