diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-03-28 22:26:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-03-28 22:26:13 +0000 |
commit | e8785301750390266a4cdf64127812bd31934d66 (patch) | |
tree | b07100042fa590d575629d02a8b9a5eae2c9ace1 /shells/zsh | |
parent | 9043fce7fce0d4c47d575d0f35f20401acf9543c (diff) | |
download | pkgsrc-e8785301750390266a4cdf64127812bd31934d66.tar.gz |
Fix default SunOS packaging.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
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 |