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/udunits | |
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/udunits')
-rw-r--r-- | math/udunits/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 7114d508e20..c3b08c40fc8 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.9 2003/01/28 22:03:43 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2003/03/29 12:41:45 jmmv Exp $ DISTNAME= udunits PKGNAME= udunits-1.11.7 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src CATEGORIES= math devel MASTER_SITES= http://www.unidata.ucar.edu/packages/udunits/ EXTRACT_SUFX= .tar.Z @@ -11,7 +12,6 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/udunits/ COMMENT= Library and program for manipulating units of physical quantities -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK2= yes |