summaryrefslogtreecommitdiff
path: root/irc/pure-xemacs21-mule
diff options
context:
space:
mode:
authorYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-07-17 14:57:34 +0000
committerYoichi NAKAYAMA <yoichi@FreeBSD.org>2002-07-17 14:57:34 +0000
commit793b97931716039b421c48e0f8747a690551e812 (patch)
treeae5f5925186494c08d6bbe6bef9c70ffd9869f08 /irc/pure-xemacs21-mule
parentFix incorrect parsing of 'ib_role' in DSN. (diff)
ja_JP.EUC -> ja_JP.eucJP
.include <...> -> .include "..."
Notes
Notes: svn path=/head/; revision=63134
Diffstat (limited to 'irc/pure-xemacs21-mule')
-rw-r--r--irc/pure-xemacs21-mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile
index 3a1ee41ed3bc..5763084442de 100644
--- a/irc/pure-xemacs21-mule/Makefile
+++ b/irc/pure-xemacs21-mule/Makefile
@@ -14,6 +14,6 @@ XEMACS_ONLY= ""
ALL_TARGET= package c
INSTALL_TARGET= install-package
PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
-MAKE_ENV= LANG=ja_JP.EUC
+MAKE_ENV= LANG=ja_JP.eucJP
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"