From 11d826770ba53cd93e078621648247f108e3f921 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Mon, 19 Apr 1999 16:44:51 +0000 Subject: PR: ports/11210 Submitted by: KUNISHIMA Takeo editors/wemi-emacs20 and editors/wemi-emacs20-current fail to 'make install' unless `NOPORTDOCS' option is set. --- editors/wemi-emacs20/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'editors/wemi-emacs20/Makefile') diff --git a/editors/wemi-emacs20/Makefile b/editors/wemi-emacs20/Makefile index fa981fae8944..43288ebadab7 100644 --- a/editors/wemi-emacs20/Makefile +++ b/editors/wemi-emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 23 September 1998 # Whom: Shigeyuki FUKUSHIMA # -# $Id: Makefile,v 1.6 1999/03/01 09:37:49 shige Exp $ +# $Id: Makefile,v 1.7 1999/03/09 04:41:46 shige Exp $ # DISTNAME= wemi-${WEMI_VER} @@ -66,9 +66,10 @@ post-install: done) .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/${WEMIDOCDIR} - @for i in ChangeLog NEWS README.* TODO VERSION ; do \ - ${INSTALL_DATA} ${WRKSRC}/$${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ - done + @(cd ${WRKSRC} ; \ + for i in ChangeLog NEWS README.* TODO VERSION ; do \ + ${INSTALL_DATA} $${i} ${PREFIX}/${WEMIDOCDIR}/ ; \ + done) .endif .include -- cgit v1.2.3