summaryrefslogtreecommitdiff
path: root/editors/bitmap
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 15:38:38 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-08 15:38:38 +0000
commitf562a638be7270bf4bd2a0a1bc5b39f994aa96b1 (patch)
tree6e75a86dcc19aed45cfe58c786734ff493ccbfc7 /editors/bitmap
parentUpgrade to GNU Portable Threads (Pth), version 1.2.2 (diff)
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
Notes
Notes: svn path=/head/; revision=24552
Diffstat (limited to 'editors/bitmap')
-rw-r--r--editors/bitmap/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile
index d3124fb12b1f..86dc8b94f7ee 100644
--- a/editors/bitmap/Makefile
+++ b/editors/bitmap/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>