pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/xuvmstat Use PKGNAME_NOREV as base for DISTNA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fe854cdf95fa
branches:  trunk
changeset: 507833:fe854cdf95fa
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Feb 09 13:30:19 2006 +0000

description:
Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783.

diffstat:

 sysutils/xuvmstat/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 5d6387c88412 -r fe854cdf95fa sysutils/xuvmstat/Makefile
--- a/sysutils/xuvmstat/Makefile        Thu Feb 09 12:48:59 2006 +0000
+++ b/sysutils/xuvmstat/Makefile        Thu Feb 09 13:30:19 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:10:59 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/02/09 13:30:19 joerg Exp $
 #
 
-DISTNAME=      ${PKGNAME:S/-//}
+DISTNAME=      ${PKGNAME_NOREV:S/-//}
 PKGNAME=       xuvmstat-20050909
 PKGREVISION=   1
 CATEGORIES=    sysutils



Home | Main Index | Thread Index | Old Index