diff options
Diffstat (limited to 'japanese/lookup-emacs21')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -57,7 +57,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 (${EMACS} != "xemacs") install-info ${PORTINFODIR}/lookup.info ${PORTINFODIR}/dir +.endif ${SED} -e 's,%%ELISPDIR%%,${ELISPDIR},' ${FILESDIR}/lookup-startup.el.tmpl > ${ELISPDIR}/../lookup-startup.el .if (${EMACS} == "xemacs") |