diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-10-29 02:49:04 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-10-29 02:49:04 +0000 |
commit | 5f983d68df70612daae5629ffe165024be7b742b (patch) | |
tree | 7fcde3c8d5126f6410dbaadec61437d04f998193 /irc/pure-xemacs21-mule | |
parent | 2c606f766732bdba7b5406ebd4b6538e3013d4fa (diff) | |
download | FreeBSD-ports-5f983d68df70612daae5629ffe165024be7b742b.zip FreeBSD-ports-5f983d68df70612daae5629ffe165024be7b742b.tar.gz |
Add emacs21 support for pure and irchat-pj.
Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
Diffstat (limited to 'irc/pure-xemacs21-mule')
-rw-r--r-- | irc/pure-xemacs21-mule/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile index 0ca393b..3a1ee41 100644 --- a/irc/pure-xemacs21-mule/Makefile +++ b/irc/pure-xemacs21-mule/Makefile @@ -8,7 +8,7 @@ MASTERDIR= ${.CURDIR}/../pure-emacs20 EMACS_PORT_NAME= xemacs21-mule -LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp +LISPDIR= ${EMACS_LIBDIR}/site-packages/lisp/${PORTNAME} EMACS_ONLY= "@comment " XEMACS_ONLY= "" ALL_TARGET= package c |