diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-08 15:21:53 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-08 15:21:53 +0000 |
commit | 53515a29f8ffde52fe210a9cb5a9f105a82d2790 (patch) | |
tree | 34a9787acb8d985ab2c899262eca991f53efa823 /japanese/lookup | |
parent | 698adbca28a9a6eb08acb8c25509e9daa583c152 (diff) | |
download | FreeBSD-ports-53515a29f8ffde52fe210a9cb5a9f105a82d2790.zip FreeBSD-ports-53515a29f8ffde52fe210a9cb5a9f105a82d2790.tar.gz |
(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/
Diffstat (limited to 'japanese/lookup')
-rw-r--r-- | japanese/lookup/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 07b0c2d..283f289 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/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 |