From 95b3e3e2360a18f5efbc61ef85a063b7481be09f Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 29 Mar 2003 12:40:00 +0000 Subject: Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. --- math/superlu/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'math/superlu') diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 4893a4ea3d5..1aa8dd298b6 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/01/28 01:14:03 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:44 jmmv Exp $ DISTNAME= superlu_2.0 PKGNAME= superlu-2.0 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/SuperLU CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ @@ -12,8 +13,6 @@ COMMENT= ANSI C routine library for the solution of sparse linear systems DEPENDS+= blas-[0-9]*:../../math/blas -WRKSRC= ${WRKDIR}/SuperLU - BLAS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= BLAS_PREFIX=blas -- cgit v1.2.3