diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:13:31 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2007-10-29 13:13:31 +0000 |
commit | 04325ed444771899fffb1f4ff4467dcf08526821 (patch) | |
tree | b0576049dd2213f59bfb6ecffadb69bafa1d8218 /mk/emacs.mk | |
parent | 7730cb9c78e8045c6b1d647bf2ed83be0c1033f6 (diff) | |
download | pkgsrc-04325ed444771899fffb1f4ff4467dcf08526821.tar.gz |
Fix a typo.
Diffstat (limited to 'mk/emacs.mk')
-rw-r--r-- | mk/emacs.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/emacs.mk b/mk/emacs.mk index b2af34f8edc..414fc181964 100644 --- a/mk/emacs.mk +++ b/mk/emacs.mk @@ -1,4 +1,4 @@ -# $NetBSD: emacs.mk,v 1.43 2007/10/29 12:52:36 uebayasi Exp $ +# $NetBSD: emacs.mk,v 1.44 2007/10/29 13:13:31 uebayasi Exp $ # # This Makefile fragment handles Emacs Lisp Packages (== ELPs). # @@ -344,7 +344,7 @@ PLIST_SUBST+= FOR_${e}="" NOTFOR_${e}="@comment " PLIST_SUBST+= FOR_${e}="@comment " NOTFOR_${e}="" . endif .endfor -.if empty(EMACS_TYPE:*nox) +.if empty(EMACS_TYPE:M*nox) PLIST_SUBST+= FOR_emacs_x="" NOTFOR_emacs_nox="@comment " FOR_emacs_nox="@comment " NOTFOR_emacs_nox="" .else PLIST_SUBST+= FOR_emacs_x="@comment " NOTFOR_emacs_nox="" FOR_emacs_nox="" NOTFOR_emacs_nox="@comment " |