summaryrefslogtreecommitdiff
path: root/math/slatec
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/slatec
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/slatec')
-rw-r--r--math/slatec/Makefile4
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