aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
committeredwin <edwin@FreeBSD.org>2005-12-05 10:34:07 +0800
commitd6277e1b90a3dd0618c3110ef941b9ddce9b4439 (patch)
tree1d3b9028224fc788065e7ca3151675be1b688547 /japanese
parent08a2fa82cd4f6588449b81c8534c42aba7fe2e0d (diff)
downloadfreebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.gz
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.tar.zst
freebsd-ports-gnome-d6277e1b90a3dd0618c3110ef941b9ddce9b4439.zip
Remove install-info from Makefile, it's automatically done when INFO is defined
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>