From a7156fd6114f66731ac43c87becf3bfc32863119 Mon Sep 17 00:00:00 2001 From: hubertf Date: Thu, 29 Nov 2001 01:12:24 +0000 Subject: Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally. --- x11/xview-lib/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'x11/xview-lib') diff --git a/x11/xview-lib/Makefile b/x11/xview-lib/Makefile index e9312357c9a..d3019516136 100644 --- a/x11/xview-lib/Makefile +++ b/x11/xview-lib/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.16 2001/05/11 20:41:31 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.17 2001/11/29 01:12:53 hubertf Exp $ # $FreeBSD Id: Makefile,v 1.13 1997/07/17 15:13:03 max Exp # DISTNAME= xview3.2p1-X11R6 -PKGNAME= xview-lib-3.2.1nb2 +PKGNAME= xview-lib-3.2.1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} -- cgit v1.2.3