diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-09 13:30:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-09 13:30:19 +0000 |
commit | 52b147a1ae8d3e21472b34ec30a7035e8d2cb98c (patch) | |
tree | dfa0f3355c4400939338be4fc14f60d1243cdf89 /sysutils/xuvmstat/Makefile | |
parent | 309bb2eedc38e4e1acf11de91f0302c666e6ef4a (diff) | |
download | pkgsrc-52b147a1ae8d3e21472b34ec30a7035e8d2cb98c.tar.gz |
Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783.
Diffstat (limited to 'sysutils/xuvmstat/Makefile')
-rw-r--r-- | sysutils/xuvmstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile index 41a7dc838a9..ca2bc1fd995 100644 --- a/sysutils/xuvmstat/Makefile +++ b/sysutils/xuvmstat/Makefile @@ -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 |