From 6c805fc58687320fa7d0cd59966fdf4beb963684 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 11 Sep 1999 10:02:24 +0000 Subject: No need to create ${PORTINFORDIR}/dir explicitly -- install-info does it for you. Besides, the check was incorrect, causing the dir file to be always wiped out! --- japanese/lookup-mule/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'japanese/lookup-mule/Makefile') diff --git a/japanese/lookup-mule/Makefile b/japanese/lookup-mule/Makefile index 283f289fa326..825eb9f9fc35 100644 --- a/japanese/lookup-mule/Makefile +++ b/japanese/lookup-mule/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 -- cgit v1.2.3