summaryrefslogtreecommitdiff
path: root/irc/pure-xemacs21-mule
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-13 15:11:05 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-13 15:11:05 +0000
commit06b4442156ad93512e0f7a61637bfdb75e3a0643 (patch)
tree964d142a096a63b3374809a3d41841e13717cc13 /irc/pure-xemacs21-mule
parentUpdate to 0.6.7 and unbreak. (diff)
Install binaries as well.
Bentofy by making it build with LANG=ja_JP.EUC. Submitted by: yoichi@eken.phys.nagoya-u.ac.jp (MAINTAINER)
Notes
Notes: svn path=/head/; revision=47802
Diffstat (limited to 'irc/pure-xemacs21-mule')
-rw-r--r--irc/pure-xemacs21-mule/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/pure-xemacs21-mule/Makefile b/irc/pure-xemacs21-mule/Makefile
index cb708e0e1639..e2876ff6ce0b 100644
--- a/irc/pure-xemacs21-mule/Makefile
+++ b/irc/pure-xemacs21-mule/Makefile
@@ -11,7 +11,9 @@ EMACS_PORT_NAME= xemacs21-mule
LISPDIR= lib/xemacs/site-packages/lisp/${PORTNAME}
EMACS_ONLY= "@comment "
XEMACS_ONLY= ""
-ALL_TARGET= package
+ALL_TARGET= package c
INSTALL_TARGET= install-package
+PUREBIN= ${EMACS_LIBDIR}/site-packages/etc/pure
+MAKE_ENV= LANG=ja_JP.EUC
.include <${MASTERDIR}/Makefile>