diff options
author | joerg <joerg> | 2006-02-09 13:30:19 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-02-09 13:30:19 +0000 |
commit | 1c10b2c05e8053a896adbfe08f03754646b0930f (patch) | |
tree | dfa0f3355c4400939338be4fc14f60d1243cdf89 | |
parent | b096cac95512963bbf9cc5099eabec00d7eb0aa2 (diff) | |
download | pkgsrc-1c10b2c05e8053a896adbfe08f03754646b0930f.tar.gz |
Use PKGNAME_NOREV as base for DISTNAME. Different fix for PR 32783.
-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 |