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/dcdflib.f | |
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/dcdflib.f')
-rw-r--r-- | math/dcdflib.f/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/dcdflib.f/Makefile b/math/dcdflib.f/Makefile index 7c6dfeb2b74..02837b48d84 100644 --- a/math/dcdflib.f/Makefile +++ b/math/dcdflib.f/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 00:19:57 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:39 jmmv Exp $ DISTNAME= dcdflib.f-1.1 +WRKSRC= ${WRKDIR}/dcdflib.f/src CATEGORIES= math MASTER_SITES= ftp://odin.mdacc.tmc.edu/pub/source/ @@ -10,8 +11,6 @@ COMMENT= Library of Fortran Routines for Cumulative Distribution Functions USE_FORTRAN= yes -WRKSRC= ${WRKDIR}/dcdflib.f/src - post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dcdflib.f ${INSTALL_DATA} ${WRKSRC}/../doc/* ${PREFIX}/share/doc/dcdflib.f |