summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2006-03-19 15:26:57 +0000
committerwiz <wiz>2006-03-19 15:26:57 +0000
commitb431b1101f2937953d7b27df9f0c93fdb9245e0d (patch)
tree9854e0c47ac410709d59eed4f5121646b7363b4a /math
parentf0b3f069ba2a47064d028a2f71246f00cb2ed85e (diff)
downloadpkgsrc-b431b1101f2937953d7b27df9f0c93fdb9245e0d.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"