From 705bfcaa9176242a96f21ed77e602d1a5ee1c431 Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 18 Jun 2003 09:22:14 +0000 Subject: When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than ${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge. --- devel/cfitsio/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/cfitsio') diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile index cdcb2caccdd..dd7f18089a1 100644 --- a/devel/cfitsio/Makefile +++ b/devel/cfitsio/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/06/18 09:22:17 agc Exp $ DISTNAME= cfitsio2037 PKGNAME= cfitsio-2.0.37 -WRKSRC= ${WRKDIR}/${PKGNAME:C/-.*//} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//} CATEGORIES= devel MASTER_SITES= ftp://heasarc.gsfc.nasa.gov/software/fitsio/c/ -- cgit v1.2.3