From 6f1385595b787a0eb348b2c12f9b801c05e4fede 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. --- mbone/vic/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mbone/vic') diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index f55def52407..00225ae9a11 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2002/10/02 22:53:08 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2003/06/18 09:22:23 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # DISTNAME= vicsrc-2.8 PKGNAME= ${DISTNAME:S/src//} -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= mbone tk MASTER_SITES= ftp://ftp.ee.lbl.gov/conferencing/vic/ -- cgit v1.2.3