diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-29 01:15:06 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-29 01:15:06 +0000 |
commit | a42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df (patch) | |
tree | 05e7c33a48b71a42ef3c79f09838a5e3769b93bb | |
parent | b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (diff) | |
download | pkgsrc-a42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df.tar.gz |
Fix typo.
-rw-r--r-- | math/mcsim/Makefile | 5 | ||||
-rw-r--r-- | shells/esh/Makefile | 4 |
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" |