diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-01 00:10:40 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-10-01 00:10:40 +0000 |
commit | 11bb8bae8334b6b5fb29bbe22de5180b2025732c (patch) | |
tree | c0248915c4362e1aca155db4f5d7121633d8de98 | |
parent | a84391f52abb2b62c590fc9cd6573b1c074fb4fe (diff) | |
download | ports-11bb8bae8334b6b5fb29bbe22de5180b2025732c.tar.gz ports-11bb8bae8334b6b5fb29bbe22de5180b2025732c.zip |
Notes
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup-mule/Makefile | 2 | ||||
-rw-r--r-- | japanese/lookup-xemacs/pkg-plist | 2 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 2 |
4 files changed, 6 insertions, 2 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") diff --git a/japanese/lookup-mule/Makefile b/japanese/lookup-mule/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup-mule/Makefile +++ b/japanese/lookup-mule/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") diff --git a/japanese/lookup-xemacs/pkg-plist b/japanese/lookup-xemacs/pkg-plist index 218df1c99444..a0db20ad8860 100644 --- a/japanese/lookup-xemacs/pkg-plist +++ b/japanese/lookup-xemacs/pkg-plist @@ -22,7 +22,5 @@ lib/xemacs/site-packages/lisp/lookup/ndtp.el lib/xemacs/site-packages/lisp/lookup/sdicf.el lib/xemacs/site-packages/lisp/lookup/stem-english.el lib/xemacs/site-packages/pkginfo/MANIFEST.lookup -@unexec install-info --delete %D/lib/xemacs/site-packages/info/lookup.info %D/lib/xemacs/site-packages/info/dir lib/xemacs/site-packages/info/lookup.info -@exec install-info %D/lib/xemacs/info/lookup.info %D/lib/xemacs/site-packages/info/dir @dirrm lib/xemacs/site-packages/lisp/lookup diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 1b2c26c1e88e..915ecef2c4be 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/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") |