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/minpack/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/minpack') diff --git a/math/minpack/Makefile b/math/minpack/Makefile index 8fedd5a563c..98c098d336f 100644 --- a/math/minpack/Makefile +++ b/math/minpack/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/04/14 21:43:53 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:42 jmmv Exp $ DISTNAME= minpack-20001130 +WRKSRC= ${WRKDIR}/minpack CATEGORIES= math MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -8,10 +9,9 @@ MAINTAINER= packages@netbsd.org COMMENT= FORTRAN 77 library for the solution of nonlinear equations NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -WRKSRC= ${WRKDIR}/minpack USE_FORTRAN= YES pre-build: ${CP} ${FILESDIR}/Makefile ${WRKSRC} -.include "../../mk/bsd.pkg.mk" \ No newline at end of file +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3