diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-07-17 14:57:34 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-07-17 14:57:34 +0000 |
commit | a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf (patch) | |
tree | 6b8721b2df4eca668551d3a04cf074daca1aed6c /irc | |
parent | 01acdb720b743ff5399b0a08916f752b28465464 (diff) | |
download | FreeBSD-ports-a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf.zip FreeBSD-ports-a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf.tar.gz |
ja_JP.EUC -> ja_JP.eucJP
.include <...> -> .include "..."
Diffstat (limited to 'irc')
-rw-r--r-- | irc/irchat-pj-emacs21/Makefile | 2 | ||||
-rw-r--r-- | irc/irchat-pj-xemacs21-mule/Makefile | 2 | ||||
-rw-r--r-- | irc/pure-emacs21/Makefile | 2 | ||||
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/irc/irchat-pj-emacs21/Makefile b/irc/irchat-pj-emacs21/Makefile index 6f3f413..a00d90a 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 9d2329d..a6acf1b 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 3ad5744..6ce0f61 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 3a1ee41..5763084 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" |