summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-03-19 15:26:57 +0000
committerwiz <wiz@pkgsrc.org>2006-03-19 15:26:57 +0000
commitbdcab8cc623d10cefb103ca327ec055cb51719b0 (patch)
tree9854e0c47ac410709d59eed4f5121646b7363b4a /math
parentc0b3d5c3781d5c9d9d990fd87ee457711d415783 (diff)
downloadpkgsrc-bdcab8cc623d10cefb103ca327ec055cb51719b0.tar.gz
Fix installation after info framework changes.
Diffstat (limited to 'math')
-rw-r--r--math/mcsim/Makefile5
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"