diff options
author | seb <seb> | 2003-08-09 10:59:08 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-09 10:59:08 +0000 |
commit | c5885d75fa62656b1e782db21363b513e9968457 (patch) | |
tree | d07ba0f660c05047a740c044241768026823dfe7 /math/mcsim | |
parent | 13dd9ef109df96ae3b8e05fa17512c0d192edda5 (diff) | |
download | pkgsrc-c5885d75fa62656b1e782db21363b513e9968457.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 |