aboutsummaryrefslogtreecommitdiffstats
path: root/editors/bitmap-emacs20
diff options
context:
space:
mode:
authorshige <shige@FreeBSD.org>2000-01-08 23:38:38 +0800
committershige <shige@FreeBSD.org>2000-01-08 23:38:38 +0800
commitcc21fdb7126a6dcfff88d0b2f0af061166553e6b (patch)
treef4740bb8adaf7369ff09d2a3fae5b0fd9acc6309 /editors/bitmap-emacs20
parent07715f7a398bd02c7903369e4fd7bade275aec71 (diff)
downloadfreebsd-ports-gnome-cc21fdb7126a6dcfff88d0b2f0af061166553e6b.tar.gz
freebsd-ports-gnome-cc21fdb7126a6dcfff88d0b2f0af061166553e6b.tar.zst
freebsd-ports-gnome-cc21fdb7126a6dcfff88d0b2f0af061166553e6b.zip
Delete dependency on flim*.
Fix post-install error. This error is caused by `make install' after `make readme'. Submitted by: OKAZAKI Tetsurou <okazaki@be.to> Obtained from: http://home.jp.freebsd.org/cgi-bin/showmail/ports-jp/8516
Diffstat (limited to 'editors/bitmap-emacs20')
-rw-r--r--editors/bitmap-emacs20/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/bitmap-emacs20/Makefile b/editors/bitmap-emacs20/Makefile
index d3124fb12b1f..86dc8b94f7ee 100644
--- a/editors/bitmap-emacs20/Makefile
+++ b/editors/bitmap-emacs20/Makefile
@@ -44,16 +44,13 @@ 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}
-
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/${BITMAPDOCDIR}
- @for i in ChangeLog NEWS README.* ; do \
+ @(cd ${WRKSRC} ; \
+ for i in ChangeLog NEWS README.* ; do \
${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${BITMAPDOCDIR}/ ; \
- done
+ done)
.endif
.include <bsd.port.mk>