From f562a638be7270bf4bd2a0a1bc5b39f994aa96b1 Mon Sep 17 00:00:00 2001 From: Shigeyuki Fukushima Date: Sat, 8 Jan 2000 15:38:38 +0000 Subject: Delete dependency on flim*. Fix post-install error. This error is caused by `make install' after `make readme'. Submitted by: OKAZAKI Tetsurou Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8516 --- editors/bitmap-mule/Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'editors/bitmap-mule/Makefile') diff --git a/editors/bitmap-mule/Makefile b/editors/bitmap-mule/Makefile index a5c531a68771..1ebeeb1eddff 100644 --- a/editors/bitmap-mule/Makefile +++ b/editors/bitmap-mule/Makefile @@ -47,10 +47,6 @@ MAKE_FLAGS= EMACS=${EMACS_CMD} BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT} RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/${EMACS_VER}/site-lisp/emu/emu.el:${PORTSDIR}/editors/apel-${EMACS_PORT} -# depends on flim -BUILD_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/flim/std11.el:${PORTSDIR}/editors/flim-${EMACS_PORT} -RUN_DEPENDS+= ${PREFIX}/${EMACS_LIBDIR}/site-lisp/flim/std11.el:${PORTSDIR}/editors/flim-${EMACS_PORT} - pre-configure: @${CP} ${FILESDIR}/${BITMAP_SETUPEL}.in ${WRKDIR} @@ -59,9 +55,10 @@ post-install: ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${BITMAPDOCDIR} - @for i in ChangeLog README.* ; do \ + @(cd ${WRKSRC} ; \ + for i in ChangeLog NEWS README.* ; do \ ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${BITMAPDOCDIR}/ ; \ - done + done) .endif .include -- cgit v1.2.3