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. --- wm/oroborus/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wm/oroborus') diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile index 7052cf0ee0f..5664c014b78 100644 --- a/wm/oroborus/Makefile +++ b/wm/oroborus/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2003/05/27 18:18:48 salo Exp $ +# $NetBSD: Makefile,v 1.5 2003/06/18 09:22:26 agc Exp $ # DISTNAME= oroborus_2.0.12-1 PKGNAME= ${DISTNAME:S/_/-/:C/-.$//} -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= wm x11 MASTER_SITES= http://www.oroborus.org/debian/dists/sid/main/source/x11/ -- cgit v1.2.3