aboutsummaryrefslogtreecommitdiffstats
path: root/editors/wemi-emacs20
diff options
context:
space:
mode:
authorsada <sada@FreeBSD.org>1999-04-20 00:44:51 +0800
committersada <sada@FreeBSD.org>1999-04-20 00:44:51 +0800
commitd5b06e7d40f3b225e936ec0ac401e0de15fd0986 (patch)
treec908aed106d7f5a47bad3ddc171f2c0e19a9fb93 /editors/wemi-emacs20
parenta8a717a63ab367792fad6bb7825fa36df9cf9307 (diff)
downloadfreebsd-ports-gnome-d5b06e7d40f3b225e936ec0ac401e0de15fd0986.tar.gz
freebsd-ports-gnome-d5b06e7d40f3b225e936ec0ac401e0de15fd0986.tar.zst
freebsd-ports-gnome-d5b06e7d40f3b225e936ec0ac401e0de15fd0986.zip
PR: ports/11210
Submitted by: KUNISHIMA Takeo <kunishi@c.oka-pu.ac.jp> editors/wemi-emacs20 and editors/wemi-emacs20-current fail to 'make install' unless `NOPORTDOCS' option is set.
Diffstat (limited to 'editors/wemi-emacs20')
-rw-r--r--editors/wemi-emacs20/Makefile9
1 files changed, 5 insertions, 4 deletions
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 <shige@kuis.kyoto-u.ac.jp>
#
-# $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 <bsd.port.post.mk>