diff options
Diffstat (limited to 'japanese/elisp-manual/Makefile')
-rw-r--r-- | japanese/elisp-manual/Makefile | 7 |
1 files changed, 2 insertions, 5 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> |