diff options
Diffstat (limited to '')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 283f289fa326..825eb9f9fc35 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -51,9 +51,6 @@ 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 |