summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjtb <jtb>2001-04-29 01:15:06 +0000
committerjtb <jtb>2001-04-29 01:15:06 +0000
commit5983b6338b830b4a6997d455cab701879501b7b0 (patch)
tree05e7c33a48b71a42ef3c79f09838a5e3769b93bb
parente223e77651d454e3a71ff010c26610a64bde6f3a (diff)
downloadpkgsrc-5983b6338b830b4a6997d455cab701879501b7b0.tar.gz
Fix typo.
-rw-r--r--math/mcsim/Makefile5
-rw-r--r--shells/esh/Makefile4
2 files changed, 5 insertions, 4 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile
index 3bf39fbc802..8b96f2045d1 100644
--- a/math/mcsim/Makefile
+++ b/math/mcsim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/04/28 23:59:20 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2001/04/29 01:15:06 jtb Exp $
DISTNAME= mcsim-4.2.0
CATEGORIES= math
@@ -22,6 +22,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/mcsim
${INSTALL_DATA} ${WRKSRC}/doc/mcsim.html \
${PREFIX}/share/doc/html/mcsim
- ${INSTALL_DATA} mcsim mcsim-1 mcsim-2 mcsim-3 ${PREFIX}/info/
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} mcsim mcsim-1 mcsim-2 \
+ mcsim-3 ${PREFIX}/info/
.include "../../mk/bsd.pkg.mk"
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 9a9850dc064..4b1745a8208 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:22 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2001/04/29 01:15:07 jtb Exp $
#
# XXX MASTER_SITES and HOMEPAGE are commented out as they now require
# authorization for access.
@@ -25,7 +25,7 @@ do-install:
${PREFIX}/share/emacs/site-lisp
${INSTALL_DATA} ${WRKSRC}/doc/esh.info ${PREFIX}/info
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/esh
- cd ${WRKSRC} && ${INSTALL_DATA} esh.html esh_toc.html \
+ cd ${WRKSRC}/doc && ${INSTALL_DATA} esh.html esh_toc.html \
${PREFIX}/share/doc/esh/$$i
.include "../../mk/bsd.pkg.mk"