diff options
author | seb <seb> | 2003-08-02 13:27:27 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-02 13:27:27 +0000 |
commit | 8da8be0fef37fa548f1d2fd82f64aa177beaeb81 (patch) | |
tree | e4689ee70095a42a15fb605ebc1e05cea7fafd08 /math/mcsim | |
parent | d4376c353e0e398741bf3d6a54f6c96f1e4b8c30 (diff) | |
download | pkgsrc-8da8be0fef37fa548f1d2fd82f64aa177beaeb81.tar.gz |
Convert to USE_NEW_TEXINFO.
Diffstat (limited to 'math/mcsim')
-rw-r--r-- | math/mcsim/Makefile | 5 | ||||
-rw-r--r-- | math/mcsim/PLIST | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index 529afa662df..ff5f9f138a0 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:47:45 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/08/02 13:27:27 seb Exp $ DISTNAME= mcsim-4.2.0 WRKSRC= ${WRKDIR}/mcsim @@ -8,6 +8,8 @@ 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 post-build: @@ -25,5 +27,4 @@ do-install: cd ${WRKSRC}/doc && ${INSTALL_DATA} mcsim mcsim-1 mcsim-2 \ mcsim-3 ${PREFIX}/info/ -.include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/mcsim/PLIST b/math/mcsim/PLIST index e2b31f7650e..754e0a65dd4 100644 --- a/math/mcsim/PLIST +++ b/math/mcsim/PLIST @@ -1,12 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/18 15:14:31 seb Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/08/02 13:27:27 seb Exp $ bin/mcsim bin/mod -@unexec ${INSTALL_INFO} --delete --info-dir=%D/info %D/info/mcsim info/mcsim info/mcsim-1 info/mcsim-2 info/mcsim-3 -@exec ${INSTALL_INFO} --info-dir=%D/info %D/info/mcsim share/doc/html/mcsim/mcsim.html share/doc/mcsim/About-Datasets.txt share/doc/mcsim/About-Doc.txt |