diff options
author | jmmv <jmmv@pkgsrc.org> | 2002-12-24 18:56:08 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2002-12-24 18:56:08 +0000 |
commit | 9f31d4da5d69d227a25ae1e84c7431f5ff6f896a (patch) | |
tree | 758659349f177df2e866e127a4ca94a030575167 | |
parent | e1e2ff06289ffff203fc0bd4cf5586652ad80a72 (diff) | |
download | pkgsrc-9f31d4da5d69d227a25ae1e84c7431f5ff6f896a.tar.gz |
Use PKGNAME_NOREV instead of a temporary variable.
-rw-r--r-- | math/udunits/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/math/udunits/Makefile b/math/udunits/Makefile index 43aa3bbd20e..cb5d8d00388 100644 --- a/math/udunits/Makefile +++ b/math/udunits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/12/24 17:21:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2002/12/24 18:56:08 jmmv Exp $ DISTNAME= udunits PKGNAME= udunits-1.11.7 @@ -11,9 +11,8 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.unidata.ucar.edu/packages/udunits/ COMMENT= Library and program for manipulating units of physical quantities -UDUNITS_PKGNAME:= ${PKGNAME} -WRKSRC= ${WRKDIR}/${UDUNITS_PKGNAME}/src -DIST_SUBDIR= ${UDUNITS_PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src +DIST_SUBDIR= ${PKGNAME_NOREV} USE_BUILDLINK2= yes GNU_CONFIGURE= yes |