summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-08 15:21:53 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-08 15:21:53 +0000
commit08d46146a8934f9c3751e9afaca5265d8077e62e (patch)
tree6fe1305d612ae0f518ccf8f10b10d729174aff63
parentUpdate WWW: entry. (diff)
(1) taoka@infonets.hiroshima-u.ac.jp => taoka@FreeBSD.org
(2) We need install dir into ${PREFIX}/lib/xemacs/info for XEmacs Obtained from: http://bento.freebsd.org/errorlogs/
Notes
Notes: svn path=/head/; revision=21410
-rw-r--r--japanese/lookup-emacs20/Makefile4
-rw-r--r--japanese/lookup-emacs21/Makefile7
-rw-r--r--japanese/lookup-mule/Makefile7
-rw-r--r--japanese/lookup-xemacs/Makefile4
-rw-r--r--japanese/lookup-xemacs/pkg-plist1
-rw-r--r--japanese/lookup/Makefile7
6 files changed, 19 insertions, 11 deletions
diff --git a/japanese/lookup-emacs20/Makefile b/japanese/lookup-emacs20/Makefile
index 04cd3522680f..7ee3ae45bca0 100644
--- a/japanese/lookup-emacs20/Makefile
+++ b/japanese/lookup-emacs20/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: lookup for Emacs20
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ CATEGORIES= japanese elisp
MASTER_SITES= # empty
DISTFILES= # empty
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS= ${PREFIX}/share/emacs/site-lisp/bitmap/bitmap.el:${PORTSDIR}/editors/bitmap-emacs20 \
${PREFIX}/share/emacs/site-lisp/lookup/lookup.el:${PORTSDIR}/japanese/lookup-mule
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile
index 07b0c2de6049..283f289fa326 100644
--- a/japanese/lookup-emacs21/Makefile
+++ b/japanese/lookup-emacs21/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: lookup for Mule 2.3
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PKGNAME?= ja-lookup-mule-1.0
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+MAINTAINER= taoka@FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
@@ -51,6 +51,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 [ ! -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 07b0c2de6049..283f289fa326 100644
--- a/japanese/lookup-mule/Makefile
+++ b/japanese/lookup-mule/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: lookup for Mule 2.3
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PKGNAME?= ja-lookup-mule-1.0
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+MAINTAINER= taoka@FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
@@ -51,6 +51,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 [ ! -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-xemacs/Makefile b/japanese/lookup-xemacs/Makefile
index a0b73db42c74..a70b12dc76b1 100644
--- a/japanese/lookup-xemacs/Makefile
+++ b/japanese/lookup-xemacs/Makefile
@@ -1,15 +1,13 @@
# New ports collection makefile for: lookup for XEmacs
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= ja-lookup-xemacs-1.0
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
-
MASTERDIR= ${.CURDIR}/../lookup-mule
EMACS= xemacs
ELISPDIR= ${PREFIX}/lib/xemacs/site-lisp/lookup
diff --git a/japanese/lookup-xemacs/pkg-plist b/japanese/lookup-xemacs/pkg-plist
index bd203ec66844..865d11da8a20 100644
--- a/japanese/lookup-xemacs/pkg-plist
+++ b/japanese/lookup-xemacs/pkg-plist
@@ -25,5 +25,6 @@ lib/xemacs/site-lisp/lookup/stem-english.el
lib/xemacs/info/lookup.info
lib/xemacs/info/lookup.info-1
lib/xemacs/info/lookup.info-2
+@exec [ -f %D/lib/xemacs/info/dir ] || mkdir -p %D/lib/xemacs/info; sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/lib/xemacs/info/dir
@exec install-info %D/lib/xemacs/info/lookup.info %D/lib/xemacs/info/dir
@dirrm lib/xemacs/site-lisp/lookup
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile
index 07b0c2de6049..283f289fa326 100644
--- a/japanese/lookup/Makefile
+++ b/japanese/lookup/Makefile
@@ -1,7 +1,7 @@
# New ports collection makefile for: lookup for Mule 2.3
# Version required: 1.0
# Date created: 98/11/19
-# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
#
# $FreeBSD$
#
@@ -11,7 +11,7 @@ PKGNAME?= ja-lookup-mule-1.0
CATEGORIES= japanese elisp
MASTER_SITES= http://openlab.ring.gr.jp/lookup/DIST/
-MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
+MAINTAINER= taoka@FreeBSD.org
BUILD_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
@@ -51,6 +51,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 [ ! -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