summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2010-02-08 22:12:40 +0000
committerroy <roy@pkgsrc.org>2010-02-08 22:12:40 +0000
commit9442687e2764e100eb3dfecd09d8b3f47616eec0 (patch)
treede096fc00e93cf26d582f0f376b643d4f0246612 /shells
parentbac05b30eff8418318a77dd66085a67b251832d1 (diff)
downloadpkgsrc-9442687e2764e100eb3dfecd09d8b3f47616eec0.tar.gz
USE > IS for builtins.
Diffstat (limited to 'shells')
-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 fed8909c456..7256abe4b29 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.56 2010/02/07 09:53:20 roy Exp $
+# $NetBSD: Makefile.common,v 1.57 2010/02/08 22:12:40 roy Exp $
DISTNAME= zsh-${ZSH_VERSION}
CATEGORIES= shells
@@ -77,7 +77,7 @@ _ZSH_OPSYS_VARS.notcsetpgrp= --without-tcsetpgrp
### terminfo
CHECK_BUILTIN.terminfo= yes
.include "../../mk/terminfo.builtin.mk"
-.if !empty(IS_BUILTIN.terminfo:M[Yy][Ee][Ss])
+.if !empty(USE_BUILTIN.terminfo:M[Yy][Ee][Ss])
PLIST.terminfo= yes
.endif