summaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs21/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-08 15:21:53 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-08 15:21:53 +0000
commit08d46146a8934f9c3751e9afaca5265d8077e62e (patch)
tree6fe1305d612ae0f518ccf8f10b10d729174aff63 /japanese/lookup-emacs21/Makefile
parentUpdate WWW: entry. (diff)
(1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.org
(2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs Obtained from: http://bento.freebsd.org/errorlogs/
Notes
Notes: svn path=/head/; revision=21410
Diffstat (limited to 'japanese/lookup-emacs21/Makefile')
-rw-r--r--japanese/lookup-emacs21/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile
index 07b0c2de6049..283f289fa326 100644
--- a/japanese/lookup-emacs21/Makefile
+++ b/japanese/lookup-emacs21/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: lookup for Mule 2.3
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PKGNAME?= ja-lookup-mule-1.0
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+MAINTAINER= taoka@FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
@@ -51,6 +51,9 @@ do-install:
${RM} ${ELISPDIR}/lookup-compile.el
${SED} -e 's,@VERSION@,1.0,' -e 's,@pkgemacsdir@,${ELISPDIR},' \
${WRKSRC}/lisp/lookup-vars.el.in > ${ELISPDIR}/lookup-vars.el
+ @if [ ! -f ${PORTINFODIR}/info/dir ]; then \
+ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PORTINFODIR}/dir; \
+ fi
install-info ${PORTINFODIR}/lookup.info ${PORTINFODIR}/dir
${SED} -e 's,%%ELISPDIR%%,${ELISPDIR},' ${FILESDIR}/lookup-startup.el.tmpl > ${ELISPDIR}/../lookup-startup.el