diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-07-17 22:57:34 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-07-17 22:57:34 +0800 |
commit | a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf (patch) | |
tree | 6b8721b2df4eca668551d3a04cf074daca1aed6c /irc/irchat-pj-xemacs21-mule/Makefile | |
parent | 01acdb720b743ff5399b0a08916f752b28465464 (diff) | |
download | freebsd-ports-gnome-a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf.tar.gz freebsd-ports-gnome-a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf.tar.zst freebsd-ports-gnome-a311f7316b9ffc8d3eac5cbf8b1f1db7115aecbf.zip |
ja_JP.EUC -> ja_JP.eucJP
.include <...> -> .include "..."
Diffstat (limited to 'irc/irchat-pj-xemacs21-mule/Makefile')
-rw-r--r-- | irc/irchat-pj-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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" |