diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/slatec | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 9788c8eb9c3..1735717898e 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2003/12/04 15:10:48 adam Exp $ +# $NetBSD: Makefile,v 1.12 2004/01/20 12:20:05 agc Exp $ # DISTNAME= slatec_src PKGNAME= slatec-4.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/src CATEGORIES= math MASTER_SITES= ftp://ftp.netlib.org/slatec/ \ ftp://netlib.bell-labs.com/netlib/slatec/ \ @@ -17,6 +16,7 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.netlib.org/slatec/ COMMENT= Library of mathematical and statistical Fortran 77 subroutines +WRKSRC= ${WRKDIR}/src USE_BUILDLINK2= YES USE_FORTRAN= YES USE_LIBTOOL= YES |