diff options
author | roy <roy@pkgsrc.org> | 2010-02-08 22:12:40 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-02-08 22:12:40 +0000 |
commit | fdd29bdb53f772a6ca5b555a68888bda428e2dab (patch) | |
tree | de096fc00e93cf26d582f0f376b643d4f0246612 /shells | |
parent | ab5c914f3f94d054e71daeda31ba119d457b1355 (diff) | |
download | pkgsrc-fdd29bdb53f772a6ca5b555a68888bda428e2dab.tar.gz |
USE > IS for builtins.
Diffstat (limited to 'shells')
-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 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 |