From 08d46146a8934f9c3751e9afaca5265d8077e62e Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Wed, 8 Sep 1999 15:21:53 +0000 Subject: (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/ --- japanese/lookup-emacs21/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'japanese/lookup-emacs21/Makefile') 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 +# Whom: Satoshi Taoka # # $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 -- cgit v1.2.3