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 /math/mcsim | |
parent | b97c41dde34f14e03b5985a3cf6a23aee3e7b3b4 (diff) | |
download | pkgsrc-a42e5d6e58c7ce77b8682b3a03f6bd1d44d4f9df.tar.gz |
Fix typo.
Diffstat (limited to 'math/mcsim')
-rw-r--r-- | math/mcsim/Makefile | 5 |
1 files changed, 3 insertions, 2 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" |