aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-09-11 10:02:24 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-09-11 10:02:24 +0000
commit6c805fc58687320fa7d0cd59966fdf4beb963684 (patch)
tree0b5a1bbd88c083e1a55f7ad82f16ed3d5d6874dd /japanese/lookup
parentc777255c4138376a66803f5fa4544f8e26da7f39 (diff)
downloadports-6c805fc58687320fa7d0cd59966fdf4beb963684.tar.gz
ports-6c805fc58687320fa7d0cd59966fdf4beb963684.zip
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!
Notes
Notes: svn path=/head/; revision=21657
Diffstat (limited to 'japanese/lookup')
-rw-r--r--japanese/lookup/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index 283f289fa326..825eb9f9fc35 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/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