diff options
author | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-09 10:59:08 +0000 |
commit | 56b682547ab69c8cb46ba64a7be665fc46665708 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /math/mcsim | |
parent | 4a2efdf6fdd2ffdd80d2004f36cc96ee8d1c5dfe (diff) | |
download | pkgsrc-56b682547ab69c8cb46ba64a7be665fc46665708.tar.gz |
USE_NEW_TEXINFO is unnecessary now.
Diffstat (limited to 'math/mcsim')
-rw-r--r-- | math/mcsim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index ff5f9f138a0..f3babbe66c2 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/08/02 13:27:27 seb Exp $ +# $NetBSD: Makefile,v 1.12 2003/08/09 11:11:33 seb Exp $ DISTNAME= mcsim-4.2.0 WRKSRC= ${WRKDIR}/mcsim @@ -8,7 +8,6 @@ MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Monte Carlo Simulation software -USE_NEW_TEXINFO= YES USE_MAKEINFO= YES INFO_FILES= mcsim |