diff options
author | asami <asami@FreeBSD.org> | 1999-09-11 18:02:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-11 18:02:24 +0800 |
commit | 3f4f3c1b2b0fe88dddc2c5f15c8880b3868e821d (patch) | |
tree | f3af045f6bbf4a054e81d9af60c25ea41eccfe5a /japanese | |
parent | 85b9a7c4cb00adca08cd16c2d900bb26858d1953 (diff) | |
download | freebsd-ports-gnome-3f4f3c1b2b0fe88dddc2c5f15c8880b3868e821d.tar.gz freebsd-ports-gnome-3f4f3c1b2b0fe88dddc2c5f15c8880b3868e821d.tar.zst freebsd-ports-gnome-3f4f3c1b2b0fe88dddc2c5f15c8880b3868e821d.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!
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 3 | ||||
-rw-r--r-- | japanese/lookup-mule/Makefile | 3 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 3 |
3 files changed, 0 insertions, 9 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 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 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 |