From 1e53090cc228edde244c3b79950271b8ca469b1f Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- math/slatec/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/slatec') 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 -- cgit v1.2.3