diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/minpack/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/minpack/Makefile')
-rw-r--r-- | math/minpack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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" |