diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/slatec | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/slatec')
-rw-r--r-- | math/slatec/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |