aboutsummaryrefslogtreecommitdiff
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
parentb919aca2ab463e88ac27408634d850cc03ce1697 (diff)
downloadports-793b97931716039b421c48e0f8747a690551e812.tar.gz
ports-793b97931716039b421c48e0f8747a690551e812.zip
Notes
-rw-r--r--irc/irchat-pj-emacs21/Makefile2
-rw-r--r--irc/irchat-pj-xemacs21-mule/Makefile2
-rw-r--r--irc/pure-emacs21/Makefile2
-rw-r--r--irc/pure-xemacs21-mule/Makefile4
4 files changed, 5 insertions, 5 deletions
diff --git a/irc/irchat-pj-emacs21/Makefile b/irc/irchat-pj-emacs21/Makefile
index 6f3f413cb957..a00d90a1c8f2 100644
--- a/irc/irchat-pj-emacs21/Makefile
+++ b/irc/irchat-pj-emacs21/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../irchat-pj-emacs20
EMACS_PORT_NAME= emacs21
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/irc/irchat-pj-xemacs21-mule/Makefile b/irc/irchat-pj-xemacs21-mule/Makefile
index 9d2329d5a00e..a6acf1b79ea2 100644
--- a/irc/irchat-pj-xemacs21-mule/Makefile
+++ b/irc/irchat-pj-xemacs21-mule/Makefile
@@ -13,4 +13,4 @@ LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
ALL_TARGET= package
INSTALL_TARGET= install-package
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
diff --git a/irc/pure-emacs21/Makefile b/irc/pure-emacs21/Makefile
index 3ad5744eee1f..6ce0f6197e41 100644
--- a/irc/pure-emacs21/Makefile
+++ b/irc/pure-emacs21/Makefile
@@ -9,4 +9,4 @@ MASTERDIR= ${.CURDIR}/../pure-emacs20
EMACS_PORT_NAME= emacs21
-.include <${MASTERDIR}/Makefile>
+.include "${MASTERDIR}/Makefile"
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"