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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/superlu/Makefile | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 6e34a026be2..6601e3ffd4d 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/11/11 11:53:56 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:20:05 agc Exp $ DISTNAME= superlu_3.0 PKGNAME= superlu-3.0 -WRKSRC= ${WRKDIR}/SuperLU_3.0 CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ @@ -15,6 +14,7 @@ DEPENDS+= blas-[0-9]*:../../math/blas BLAS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= BLAS_PREFIX=blas +WRKSRC= ${WRKDIR}/SuperLU_3.0 ALL_TARGET= superlulib TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING TEST_TARGET= all |