diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-07-17 14:57:34 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-07-17 14:57:34 +0000 |
commit | 793b97931716039b421c48e0f8747a690551e812 (patch) | |
tree | ae5f5925186494c08d6bbe6bef9c70ffd9869f08 /irc/pure-xemacs21-mule | |
parent | b919aca2ab463e88ac27408634d850cc03ce1697 (diff) | |
download | ports-793b97931716039b421c48e0f8747a690551e812.tar.gz ports-793b97931716039b421c48e0f8747a690551e812.zip |
Notes
Diffstat (limited to 'irc/pure-xemacs21-mule')
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 4 |
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" |