pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Fix a typo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a459ec4fa4c
branches:  trunk
changeset: 534693:4a459ec4fa4c
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Mon Oct 29 13:13:31 2007 +0000

description:
Fix a typo.

diffstat:

 mk/emacs.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 84cb222c8be8 -r 4a459ec4fa4c mk/emacs.mk
--- a/mk/emacs.mk       Mon Oct 29 13:11:11 2007 +0000
+++ b/mk/emacs.mk       Mon Oct 29 13:13:31 2007 +0000
@@ -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}="@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 " 



Home | Main Index | Thread Index | Old Index