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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/statist | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/statist')
-rw-r--r-- | math/statist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/statist/Makefile b/math/statist/Makefile index 0884043f3ff..980200dc1e5 100644 --- a/math/statist/Makefile +++ b/math/statist/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:57:14 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/01/20 12:20:05 agc Exp $ # DISTNAME= statist-1.0.1 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= math MASTER_SITES= http://www.usf.uni-osnabrueck.de/~breiter/tools/statist/v${PKGVERSION}/ @@ -12,6 +11,7 @@ COMMENT= Small and portable statistics program DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= YES USE_LIBTOOL= YES |