summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-29 12:40:00 +0000
committerjmmv <jmmv>2003-03-29 12:40:00 +0000
commit95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch)
treefaa47d38b96f7c3d479f826963ddfdc99b66acc3 /math
parent4815b5463ae62763c7f76ef59cf137fd64490912 (diff)
downloadpkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math')
-rw-r--r--math/R/Makefile.extension4
-rw-r--r--math/aribas/Makefile5
-rw-r--r--math/blas/Makefile4
-rw-r--r--math/dcdflib.c/Makefile5
-rw-r--r--math/dcdflib.f/Makefile5
-rw-r--r--math/dfftpack/Makefile4
-rw-r--r--math/eispack/Makefile4
-rw-r--r--math/euler/Makefile4
-rw-r--r--math/fftpack/Makefile6
-rw-r--r--math/gp-autpgrp/Makefile5
-rw-r--r--math/gp-factint/Makefile5
-rw-r--r--math/gp-fplsa/Makefile5
-rw-r--r--math/gp-grape/Makefile5
-rw-r--r--math/gp-grpconst/Makefile5
-rw-r--r--math/gp-lag/Makefile5
-rw-r--r--math/lapack/Makefile4
-rw-r--r--math/linpack/Makefile4
-rw-r--r--math/mcsim/Makefile4
-rw-r--r--math/meschach/Makefile4
-rw-r--r--math/minpack/Makefile6
-rw-r--r--math/newmat/Makefile4
-rw-r--r--math/ntl/Makefile5
-rw-r--r--math/odepack/Makefile4
-rw-r--r--math/otter/Makefile5
-rw-r--r--math/quadpack/Makefile4
-rw-r--r--math/randlib/Makefile5
-rw-r--r--math/ruby-bigfloat/Makefile4
-rw-r--r--math/sc/Makefile5
-rw-r--r--math/slatec/Makefile4
-rw-r--r--math/superlu/Makefile5
-rw-r--r--math/tasp-vsipl/Makefile4
-rw-r--r--math/tochnog/Makefile4
-rw-r--r--math/udunits/Makefile4
-rw-r--r--math/vista/Makefile4
-rw-r--r--math/xgap/Makefile4
-rw-r--r--math/xlife/Makefile4
36 files changed, 74 insertions, 88 deletions
diff --git a/math/R/Makefile.extension b/math/R/Makefile.extension
index 09f5569044f..638946f8452 100644
--- a/math/R/Makefile.extension
+++ b/math/R/Makefile.extension
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.extension,v 1.3 2002/12/10 11:58:10 markd Exp $
+# $NetBSD: Makefile.extension,v 1.4 2003/03/29 12:41:38 jmmv Exp $
#
# This Makefile fragment is included by packages for R library packages.
#
@@ -10,6 +10,7 @@
DISTNAME?= ${R_PKGNAME}_${R_PKGVER}
PKGNAME?= R-${R_PKGNAME}-${R_PKGVER:S/-/./}
+WRKSRC= ${WRKDIR}/${R_PKGNAME}
MASTER_SITES?= ${MASTER_SITE_R_CRAN:=contrib/}
DIST_SUBDIR?= R
CATEGORIES+= math
@@ -17,7 +18,6 @@ CATEGORIES+= math
R_DEPENDS?= R>=1.4.1nb2
DEPENDS+= ${R_DEPENDS}:../../math/R
-WRKSRC= ${WRKDIR}/${R_PKGNAME}
NO_BUILD= YES
do-install:
diff --git a/math/aribas/Makefile b/math/aribas/Makefile
index 99f2fb89feb..506def2bbfe 100644
--- a/math/aribas/Makefile
+++ b/math/aribas/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2002/04/29 16:59:28 jschauma Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:39 jmmv Exp $
DISTNAME= aribas-1.30
+WRKSRC= ${WRKDIR}/aribas/src
CATEGORIES= math
MASTER_SITES= ftp://ftp.mathematik.uni-muenchen.de/pub/forster/aribas/
@@ -8,8 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
COMMENT= Multi-precision floating point and big integer arithmetic calculator
-WRKSRC= ${WRKDIR}/aribas/src
-
CPPFLAGS+= -DUNiX -DPROTO
do-install:
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 3f3b4713b64..d4abee76dfb 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2003/03/11 01:46:29 jmc Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:39 jmmv Exp $
#
DISTNAME= blas
PKGNAME= blas-1.0
PKGREVISION= 1
+WRKSRC= ${WRKDIR}
CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/blas/ \
ftp://netlib.bell-labs.com/netlib/blas/ \
@@ -13,7 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
COMMENT= Basic Linear Algebra Subprograms (Fortran)
-WRKSRC= ${WRKDIR}
USE_FORTRAN= YES
USE_BUILDLINK2= YES
diff --git a/math/dcdflib.c/Makefile b/math/dcdflib.c/Makefile
index b4a2defd2a4..8bada0ca457 100644
--- a/math/dcdflib.c/Makefile
+++ b/math/dcdflib.c/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2001/11/29 01:12:40 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:39 jmmv Exp $
DISTNAME= dcdflib.c-1.1
PKGREVISION= 1
+WRKSRC= ${WRKDIR}/dcdflib.c/src
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
@@ -9,8 +10,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
COMMENT= Library of C Routines for Cumulative Distribution Functions
-WRKSRC= ${WRKDIR}/dcdflib.c/src
-
post-install:
${INSTALL_DATA} ${WRKSRC}/../doc/dcdflib.h ${PREFIX}/include
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.c
diff --git a/math/dcdflib.f/Makefile b/math/dcdflib.f/Makefile
index 7c6dfeb2b74..02837b48d84 100644
--- a/math/dcdflib.f/Makefile
+++ b/math/dcdflib.f/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 00:19:57 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:39 jmmv Exp $
DISTNAME= dcdflib.f-1.1
+WRKSRC= ${WRKDIR}/dcdflib.f/src
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
@@ -10,8 +11,6 @@ COMMENT= Library of Fortran Routines for Cumulative Distribution Functions
USE_FORTRAN= yes
-WRKSRC= ${WRKDIR}/dcdflib.f/src
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.f
${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/dcdflib.f
diff --git a/math/dfftpack/Makefile b/math/dfftpack/Makefile
index e1a197fd0da..08cd59176cc 100644
--- a/math/dfftpack/Makefile
+++ b/math/dfftpack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:51 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:40 jmmv Exp $
DISTNAME= dfftpack-20001209
+WRKSRC= ${WRKDIR}/dfftpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -8,7 +9,6 @@ MAINTAINER= packages@netbsd.org
COMMENT= Double precision version of FFTPACK
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/dfftpack
USE_FORTRAN= YES
post-extract:
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index 614070d0958..9dddfed87b8 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/04/14 21:43:51 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:40 jmmv Exp $
DISTNAME= eispack-20001130
+WRKSRC= ${WRKDIR}/eispack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -8,7 +9,6 @@ MAINTAINER= packages@netbsd.org
COMMENT= Fortran routines for the solution of eigenvalue problems
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/eispack
USE_FORTRAN= YES
pre-build:
diff --git a/math/euler/Makefile b/math/euler/Makefile
index 5ee58bc2d59..718bf088271 100644
--- a/math/euler/Makefile
+++ b/math/euler/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2002/10/13 11:56:33 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:40 jmmv Exp $
DISTNAME= euler-1.60.2
+WRKSRC= ${WRKDIR}/euler-1.60/source
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=euler/}
@@ -8,7 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://euler.sourceforge.net/index.html
COMMENT= Interactive numerical analysis and graphics program
-WRKSRC= ${WRKDIR}/euler-1.60/source
MAKEFILE= makefile
ALL_TARGET= euler
USE_BUILDLINK2= # defined
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile
index af7bec5c272..e23661e8a2d 100644
--- a/math/fftpack/Makefile
+++ b/math/fftpack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2001/04/14 21:43:52 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:40 jmmv Exp $
DISTNAME= fftpack-20001130
+WRKSRC= ${WRKDIR}/fftpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -8,7 +9,6 @@ MAINTAINER= packages@netbsd.org
COMMENT= Single precision Fortran FFT subroutines
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/fftpack
USE_FORTRAN= YES
post-extract:
@@ -18,4 +18,4 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fftpack
${INSTALL_DATA} ${WRKSRC}/doc ${PREFIX}/share/doc/fftpack
-.include "../../mk/bsd.pkg.mk" \ No newline at end of file
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/gp-autpgrp/Makefile b/math/gp-autpgrp/Makefile
index 4854f6c3488..57c6986a83f 100644
--- a/math/gp-autpgrp/Makefile
+++ b/math/gp-autpgrp/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 14:09:03 cjep Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:41 jmmv Exp $
#
DISTNAME= autpgrp-1.1
PKGNAME= gp-autpgrp-1.1
SVR4_PKGNAME= gpapg
+WRKSRC= ${WRKDIR}/autpgrp
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
@@ -12,8 +13,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/autpgrp.html
COMMENT= GAP package for finding automorphism groups of finite p-groups
-WRKSRC= ${WRKDIR}/autpgrp
-
NO_BUILD= YES
USE_BUILDLINK2= YES
GAP_PKG_NAME= autpgrp
diff --git a/math/gp-factint/Makefile b/math/gp-factint/Makefile
index 0768b823d11..edd18ec86cf 100644
--- a/math/gp-factint/Makefile
+++ b/math/gp-factint/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 14:09:03 cjep Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:41 jmmv Exp $
#
DISTNAME= factint-1.3
PKGNAME= gp-factint-1.3
SVR4_PKGNAME= gpfin
+WRKSRC= ${WRKDIR}/factint
CATEGORIES= math
MASTER_SITES= http://www.cip.mathematik.uni-stuttgart.de/~kohlsn/factint/
EXTRACT_SUFX= .zoo
@@ -12,8 +13,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/factint.html
COMMENT= Integer factorization routines for GAP
-WRKSRC= ${WRKDIR}/factint
-
NO_BUILD= YES
USE_BUILDLINK2= YES
GAP_PKG_NAME= factint
diff --git a/math/gp-fplsa/Makefile b/math/gp-fplsa/Makefile
index ba624357282..719bffb6257 100644
--- a/math/gp-fplsa/Makefile
+++ b/math/gp-fplsa/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 14:09:03 cjep Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:41 jmmv Exp $
#
DISTNAME= fplsa
PKGNAME= gp-fplsa-1.0
PKGREVISION= 1
SVR4_PKGNAME= gpfpl
+WRKSRC= ${WRKDIR}/fplsa
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
@@ -13,8 +14,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/fplsa.html
COMMENT= GAP interface to FPLSA
-WRKSRC= ${WRKDIR}/fplsa
-
USE_BUILDLINK2= YES
GAP_PKG_NAME= fplsa
ALL_TARGET= default
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile
index 0840ae49a96..bf68e5e3907 100644
--- a/math/gp-grape/Makefile
+++ b/math/gp-grape/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2003/01/05 14:09:04 cjep Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:41 jmmv Exp $
#
DISTNAME= grape4r1
PKGNAME= gp-grape-4.1
PKGREVISION= 1
SVR4_PKGNAME= gpgra
+WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
CATEGORIES= math
MASTER_SITES= http://www.maths.qmul.ac.uk/~leonard/grape4r1/
EXTRACT_SUFX= .zoo
@@ -13,8 +14,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/grape.html
COMMENT= GRAPE (GRape Algorithms using PErmutation groups)
-WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
-
ALL_TARGET= bsd-gcc
GAP_PKG_NAME= grape
diff --git a/math/gp-grpconst/Makefile b/math/gp-grpconst/Makefile
index 5913da24ffc..9e8fd7abd87 100644
--- a/math/gp-grpconst/Makefile
+++ b/math/gp-grpconst/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2003/01/05 14:09:04 cjep Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:41 jmmv Exp $
#
DISTNAME= grpconst
PKGNAME= gp-grpconst-2.0
SVR4_PKGNAME= gpgct
+WRKSRC= ${WRKDIR}/grpconst
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
@@ -12,8 +13,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/grpconst.html
COMMENT= GAP package for finding isomorphism classes of finite groups
-WRKSRC= ${WRKDIR}/grpconst
-
NO_BUILD= YES
USE_BUILDLINK2= YES
GAP_PKG_NAME= grpconst
diff --git a/math/gp-lag/Makefile b/math/gp-lag/Makefile
index bf02123f214..e749865f7e5 100644
--- a/math/gp-lag/Makefile
+++ b/math/gp-lag/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2003/01/05 14:09:04 cjep Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:42 jmmv Exp $
#
DISTNAME= lag-2.1
PKGNAME= gp-lag-2.1
SVR4_PKGNAME= gplag
+WRKSRC= ${WRKDIR}/lag
CATEGORIES= math
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
@@ -12,8 +13,6 @@ MAINTAINER= cjep@netbsd.org
HOMEPAGE= http://www.gap-system.org/Share/lag.html
COMMENT= GAP Bracket Lie Algebra functions
-WRKSRC= ${WRKDIR}/lag
-
NO_BUILD= YES
USE_BUILDLINK2= YES
GAP_PKG_NAME= lag
diff --git a/math/lapack/Makefile b/math/lapack/Makefile
index 30f35cfa627..5199695bd4c 100644
--- a/math/lapack/Makefile
+++ b/math/lapack/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2002/10/09 18:25:40 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:42 jmmv Exp $
DISTNAME= lapack
PKGNAME= lapack-20010201
+WRKSRC= ${WRKDIR}/LAPACK
CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/lapack/ \
ftp://netlib.bell-labs.com/netlib/lapack/ \
@@ -15,7 +16,6 @@ HOMEPAGE= http://www.netlib.org/lapack/index.html
COMMENT= Linear Algebra PACKage
DIST_SUBDIR= lapack-20010201
-WRKSRC= ${WRKDIR}/LAPACK
USE_FORTRAN= yes
USE_BUILDLINK2= yes
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 637efc8d665..9f2eb70a569 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2001/05/10 23:51:06 jtb Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:42 jmmv Exp $
DISTNAME= linpack-20010510
+WRKSRC= ${WRKDIR}/linpack
CATEGORIES= math devel
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -10,7 +11,6 @@ COMMENT= Library of linear algebra Fortran routines
DEPENDS+= blas-[0-9]*:../../math/blas
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/linpack
USE_FORTRAN= yes
.include "../../mk/bsd.pkg.mk"
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile
index db62ee7e992..1da3ed92583 100644
--- a/math/mcsim/Makefile
+++ b/math/mcsim/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.7 2002/02/18 15:14:31 seb Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:42 jmmv Exp $
DISTNAME= mcsim-4.2.0
+WRKSRC= ${WRKDIR}/mcsim
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/}
MAINTAINER= packages@netbsd.org
COMMENT= Monte Carlo Simulation software
-WRKSRC= ${WRKDIR}/mcsim
INFO_FILES= mcsim
post-build:
diff --git a/math/meschach/Makefile b/math/meschach/Makefile
index 9f89cb05195..9f63f46ea38 100644
--- a/math/meschach/Makefile
+++ b/math/meschach/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:20 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:42 jmmv Exp $
DISTNAME= mesch12b
PKGNAME= meschach-1.2b
+WRKSRC= ${WRKDIR}
CATEGORIES= math
MASTER_SITES= http://www.math.uiowa.edu/~dstewart/meschach/
@@ -9,7 +10,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.math.uiowa.edu/~dstewart/meschach/
COMMENT= Library of C Routines for Matrix Computations
-WRKSRC= ${WRKDIR}
GNU_CONFIGURE= #defined
CONFIGURE_ARGS+= --with-all
MAKEFILE= makefile
diff --git a/math/minpack/Makefile b/math/minpack/Makefile
index 8fedd5a563c..98c098d336f 100644
--- a/math/minpack/Makefile
+++ b/math/minpack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:53 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:42 jmmv Exp $
DISTNAME= minpack-20001130
+WRKSRC= ${WRKDIR}/minpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -8,10 +9,9 @@ MAINTAINER= packages@netbsd.org
COMMENT= FORTRAN 77 library for the solution of nonlinear equations
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/minpack
USE_FORTRAN= YES
pre-build:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
-.include "../../mk/bsd.pkg.mk" \ No newline at end of file
+.include "../../mk/bsd.pkg.mk"
diff --git a/math/newmat/Makefile b/math/newmat/Makefile
index 89c887d0e1d..71b33213fb3 100644
--- a/math/newmat/Makefile
+++ b/math/newmat/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/10/16 15:40:33 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:43 jmmv Exp $
#
DISTNAME= newmat10
PKGNAME= ${DISTNAME:C/([0-9]+)$/-\1/}
+WRKSRC= ${WRKDIR}
CATEGORIES= math devel
MASTER_SITES= http://www.robertnz.net/ftp/
@@ -10,7 +11,6 @@ MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://www.robertnz.net/ol_doc.htm
COMMENT= Newmat C++ Matrix Library
-WRKSRC= ${WRKDIR}
MAKEFILE= nm_cc.mak
ALL_TARGET= garch
diff --git a/math/ntl/Makefile b/math/ntl/Makefile
index d5d8b9db80f..74ea009da2c 100644
--- a/math/ntl/Makefile
+++ b/math/ntl/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2003/03/02 09:04:03 jtb Exp $
+# $NetBSD: Makefile,v 1.9 2003/03/29 12:41:43 jmmv Exp $
DISTNAME= ntl-5.3.1
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
CATEGORIES= math devel
MASTER_SITES= http://www.shoup.net/ntl/
@@ -10,8 +11,6 @@ COMMENT= C++ library for doing number theory
DEPENDS+= gmp>=3.1.1:../../devel/gmp
-WRKSRC= ${WRKDIR}/${DISTNAME}/src
-
NO_CONFIGURE= # defined
USE_LIBTOOL= yes
MAKEFILE= makefile
diff --git a/math/odepack/Makefile b/math/odepack/Makefile
index 2dbc7a8ac42..087a487a8aa 100644
--- a/math/odepack/Makefile
+++ b/math/odepack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2001/05/05 20:55:09 jtb Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:43 jmmv Exp $
DISTNAME= odepack-20001130
+WRKSRC= ${WRKDIR}/odepack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -10,7 +11,6 @@ COMMENT= Systematized Collection of ODE Solvers
DEPENDS+= linpack>=20010427:../../math/linpack
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/odepack
USE_FORTRAN= yes
pre-build:
diff --git a/math/otter/Makefile b/math/otter/Makefile
index 589598bc0d0..a87c01f3c1a 100644
--- a/math/otter/Makefile
+++ b/math/otter/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2001/04/25 23:35:30 jtb Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:43 jmmv Exp $
DISTNAME= otter-3.0.6
+WRKSRC= ${WRKDIR}/${PKGNAME}/source
CATEGORIES= math
MASTER_SITES= ftp://info.mcs.anl.gov/pub/Otter/
@@ -8,8 +9,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.mcs.anl.gov/AR/otter/
COMMENT= Automated Deduction System
-WRKSRC= ${WRKDIR}/${PKGNAME}/source
-
ALL_TARGET= otter
do-install:
diff --git a/math/quadpack/Makefile b/math/quadpack/Makefile
index bbc0835eec1..ba29399e62a 100644
--- a/math/quadpack/Makefile
+++ b/math/quadpack/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2001/04/28 23:59:21 jtb Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:43 jmmv Exp $
DISTNAME= quadpack-20001130
+WRKSRC= ${WRKDIR}/quadpack
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -8,7 +9,6 @@ MAINTAINER= packages@netbsd.org
COMMENT= Fortran subroutines for the solution of definite univariate integrals
NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
-WRKSRC= ${WRKDIR}/quadpack
USE_FORTRAN= YES
pre-build:
diff --git a/math/randlib/Makefile b/math/randlib/Makefile
index f6a9bcab956..74744e356c3 100644
--- a/math/randlib/Makefile
+++ b/math/randlib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:56 jtb Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:44 jmmv Exp $
DISTNAME= randlib.c-1.3
PKGNAME= randlib-1.3
+WRKSRC= ${WRKDIR}/randlib.c/src
CATEGORIES= math
MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/
@@ -9,8 +10,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://odin.mdacc.tmc.edu/anonftp/page_2.html
COMMENT= Library of C Routines for Random Number Generation
-WRKSRC= ${WRKDIR}/randlib.c/src
-
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/randlib
${INSTALL_DATA} ${WRKSRC}/../README ${WRKSRC}/../doc/* \
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile
index f6cc50d2edf..f57cfe9f1fe 100644
--- a/math/ruby-bigfloat/Makefile
+++ b/math/ruby-bigfloat/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.3 2002/01/05 05:32:15 taca Exp $
+# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:44 jmmv Exp $
# FreeBSD: ports/math/ruby-bigfloat/Makefile,v 1.8 2000/10/02 14:57:26 knu Exp
DISTNAME= bigfloat-1.1.8
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+WRKSRC= ${WRKDIR}
CATEGORIES= math
MASTER_SITES= http://www.tinyforest.gr.jp/ruby/
@@ -13,7 +14,6 @@ COMMENT= Variable precision floating library for Ruby
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
-WRKSRC= ${WRKDIR}
INSTALL_TARGET= site-install
DOCS= README
diff --git a/math/sc/Makefile b/math/sc/Makefile
index f9786523ed2..6f18b6b2c55 100644
--- a/math/sc/Makefile
+++ b/math/sc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2001/09/09 20:36:35 agc Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:44 jmmv Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/10 00:20:29 steve Exp
DISTNAME= sc-6.21
+WRKSRC= ${WRKDIR}
CATEGORIES= math
MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/
EXTRACT_SUFX= .tar.Z
@@ -9,6 +10,4 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= eric@fox.phoenix.az.us
COMMENT= Curses-based spreadsheet program
-WRKSRC= ${WRKDIR}
-
.include "../../mk/bsd.pkg.mk"
diff --git a/math/slatec/Makefile b/math/slatec/Makefile
index 0fc9eafed24..ce90a1be2e9 100644
--- a/math/slatec/Makefile
+++ b/math/slatec/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2001/04/28 23:59:21 jtb Exp $
+# $NetBSD: Makefile,v 1.8 2003/03/29 12:41:44 jmmv Exp $
DISTNAME= slatec_src
PKGNAME= slatec-4.1
+WRKSRC= ${WRKDIR}/src
CATEGORIES= math
MASTER_SITES= ftp://ftp.netlib.org/slatec/ \
ftp://netlib.bell-labs.com/netlib/slatec/ \
@@ -13,7 +14,6 @@ EXTRACT_SUFX= .tgz
MAINTAINER= packages@netbsd.org
COMMENT= Library of mathematical and statistical Fortran 77 subroutines
-WRKSRC= ${WRKDIR}/src
USE_FORTRAN= YES
post-extract:
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index 4893a4ea3d5..1aa8dd298b6 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2003/01/28 01:14:03 uebayasi Exp $
+# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:44 jmmv Exp $
DISTNAME= superlu_2.0
PKGNAME= superlu-2.0
PKGREVISION= 2
+WRKSRC= ${WRKDIR}/SuperLU
CATEGORIES= math
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
@@ -12,8 +13,6 @@ COMMENT= ANSI C routine library for the solution of sparse linear systems
DEPENDS+= blas-[0-9]*:../../math/blas
-WRKSRC= ${WRKDIR}/SuperLU
-
BLAS_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= BLAS_PREFIX=blas
diff --git a/math/tasp-vsipl/Makefile b/math/tasp-vsipl/Makefile
index 1eea15a7013..1fe84f5d479 100644
--- a/math/tasp-vsipl/Makefile
+++ b/math/tasp-vsipl/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 21:18:28 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:45 jmmv Exp $
DISTNAME= tvcp012401
PKGNAME= tasp-vsipl-20010516
+WRKSRC= ${WRKDIR}/TASP_VSIPL_Core_Plus/build.${MACHINE_ARCH}
CATEGORIES= math
MASTER_SITES= http://www.vsipl.org/
@@ -12,7 +13,6 @@ COMMENT= Vector Signal Image Processing Library
DIST_SUBDIR= tasp-vsipl
USE_X11= yes
-WRKSRC= ${WRKDIR}/TASP_VSIPL_Core_Plus/build.${MACHINE_ARCH}
post-extract:
${MKDIR} ${WRKSRC}
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile
index 188d5d53270..d7a5c94457e 100644
--- a/math/tochnog/Makefile
+++ b/math/tochnog/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2001/05/07 22:09:14 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:45 jmmv Exp $
DISTNAME= tochnog-20010429
+WRKSRC= ${WRKDIR}/tochnog/src
CATEGORIES= math
MASTER_SITES= ftp://tochnog.sourceforge.net/pub/tochnog/
DISTFILES= tn.tar.gz tnu.ps.gz tnp.ps.gz
@@ -11,7 +12,6 @@ COMMENT= Finite Element Analysis Program
DIST_SUBDIR= ${DISTNAME}
EXTRACT_ONLY= tn.tar.gz
-WRKSRC= ${WRKDIR}/tochnog/src
MAKEFILE= makefile
ALL_TARGET= netbsd
diff --git a/math/udunits/Makefile b/math/udunits/Makefile
index 7114d508e20..c3b08c40fc8 100644
--- a/math/udunits/Makefile
+++ b/math/udunits/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:43 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:45 jmmv Exp $
DISTNAME= udunits
PKGNAME= udunits-1.11.7
PKGREVISION= 1
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
CATEGORIES= math devel
MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/
EXTRACT_SUFX= .tar.Z
@@ -11,7 +12,6 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.unidata.ucar.edu/packages/udunits/
COMMENT= Library and program for manipulating units of physical quantities
-WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
DIST_SUBDIR= ${PKGNAME_NOREV}
USE_BUILDLINK2= yes
diff --git a/math/vista/Makefile b/math/vista/Makefile
index c0b5af33945..a65da53d447 100644
--- a/math/vista/Makefile
+++ b/math/vista/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2001/02/17 18:22:47 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/29 12:41:45 jmmv Exp $
#
DISTNAME= vista
PKGNAME= vista-5.05
+WRKSRC= ${WRKDIR}/vista-5.0.5
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_LOCAL}
@@ -12,7 +13,6 @@ COMMENT= Visual statistics system
DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat
-WRKSRC= ${WRKDIR}/vista-5.0.5
USE_X11BASE= yes
USE_GMAKE= yes
diff --git a/math/xgap/Makefile b/math/xgap/Makefile
index 9f6460da8bd..be5650f1692 100644
--- a/math/xgap/Makefile
+++ b/math/xgap/Makefile
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2003/01/05 12:43:02 cjep Exp $
+# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:45 jmmv Exp $
#
DISTNAME= xgap4r16
PKGNAME= xgap-4.16
PKGREVISION= 1
+WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
CATEGORIES= math x11
MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/
EXTRACT_SUFX= .zoo
@@ -17,7 +18,6 @@ USE_X11= YES
GNU_CONFIGURE= YES
ALL_TARGET= default
-WRKSRC= ${WRKDIR}/${GAP_PKG_NAME}
CONFIGURE_ENV+= GAP_DIRECTORY=${GAP_DIRECTORY}
GAP_PKG_NAME= xgap
diff --git a/math/xlife/Makefile b/math/xlife/Makefile
index 9d248898016..f23d2f817c6 100644
--- a/math/xlife/Makefile
+++ b/math/xlife/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2002/12/05 10:57:46 abs Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:46 jmmv Exp $
#
DISTNAME= xlife-5.0
PKGNAME= ${DISTNAME}nb1
+WRKSRC= ${WRKDIR}
CATEGORIES= math games
MASTER_SITES= http://www.tuxedo.org/~esr/
@@ -11,7 +12,6 @@ HOMEPAGE= http://www.tuxedo.org/~esr/software.html
COMMENT= John Horton Conway's "Game of Life"
USE_IMAKE= yes
-WRKSRC= ${WRKDIR}
INSTALL_TARGET= install