diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-19 15:26:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-19 15:26:57 +0000 |
commit | bdcab8cc623d10cefb103ca327ec055cb51719b0 (patch) | |
tree | 9854e0c47ac410709d59eed4f5121646b7363b4a /math | |
parent | c0b3d5c3781d5c9d9d990fd87ee457711d415783 (diff) | |
download | pkgsrc-bdcab8cc623d10cefb103ca327ec055cb51719b0.tar.gz |
Fix installation after info framework changes.
Diffstat (limited to 'math')
-rw-r--r-- | math/mcsim/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 6984292a65b..cfb016a0786 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/03/05 16:27:27 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/19 15:26:57 wiz Exp $ DISTNAME= mcsim-4.2.0 CATEGORIES= math @@ -25,7 +25,6 @@ do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/mcsim ${INSTALL_DATA} ${WRKSRC}/doc/mcsim.html \ ${PREFIX}/share/doc/html/mcsim - cd ${WRKSRC}/doc && ${INSTALL_DATA} mcsim mcsim-1 mcsim-2 \ - mcsim-3 ${PREFIX}/info/ + cd ${WRKSRC}/doc && ${INSTALL_DATA} mcsim ${PREFIX}/info/ .include "../../mk/bsd.pkg.mk" |