aboutsummaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-12-05 02:34:07 +0000
commitfd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6 (patch)
treee71361bd9b444ba7023f9cd67d84c57b9e62eead /japanese
parentc92cd658645286c7b4483aad14dfa79eba6526cf (diff)
downloadports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.tar.gz
ports-fd3176ded725ad9bbf20f819c7c7b9c2ddd8fbf6.zip
Notes
Diffstat (limited to 'japanese')
-rw-r--r--japanese/elisp-manual/Makefile7
-rw-r--r--japanese/emacs-manual/Makefile7
2 files changed, 4 insertions, 10 deletions
diff --git a/japanese/elisp-manual/Makefile b/japanese/elisp-manual/Makefile
index 75889d39a7a2..01bf0b29e3d7 100644
--- a/japanese/elisp-manual/Makefile
+++ b/japanese/elisp-manual/Makefile
@@ -19,6 +19,8 @@ PATCHFILES= elisp-manual-20-2.5-jp.ERRATA.000422.jis \
MAINTAINER= okazaki@FreeBSD.org
COMMENT= Japanese translation of the GNU Emacs Lisp Reference Manual
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+
EMACS_PORT_NAME= emacs20
EMACS_NO_RUN_DEPENDS= YES
USE_REINPLACE= yes
@@ -69,9 +71,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/info/$i.info ${PREFIX}/${INFO_PATH}
.endfor
-post-install:
-.for i in ${INFO}
- install-info ${PREFIX}/${INFO_PATH}/$i.info ${PREFIX}/${INFO_PATH}/dir
-.endfor
-
.include <bsd.port.mk>
diff --git a/japanese/emacs-manual/Makefile b/japanese/emacs-manual/Makefile
index 0051843029d4..5c3247c6e5bc 100644
--- a/japanese/emacs-manual/Makefile
+++ b/japanese/emacs-manual/Makefile
@@ -17,6 +17,8 @@ DISTFILES= ${DISTNAME}.tgz ${EMACS_ARC}
MAINTAINER= okazaki@FreeBSD.org
COMMENT= Japanese translation of the GNU Emacs Manual
+BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
+
EMACS_PORT_NAME= emacs20
EMACS_NO_RUN_DEPENDS= YES
USE_REINPLACE= yes
@@ -89,9 +91,4 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/info/$i.info ${PREFIX}/${INFO_PATH}
.endfor
-post-install:
-.for i in ${INFO}
- install-info ${PREFIX}/${INFO_PATH}/$i.info ${PREFIX}/${INFO_PATH}/dir
-.endfor
-
.include <bsd.port.post.mk>