diff options
author | tonio <tonio@pkgsrc.org> | 2008-07-22 21:59:00 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2008-07-22 21:59:00 +0000 |
commit | ff6192c3b4823033b4bd46e341853eabe351daa9 (patch) | |
tree | 7dc64cedc1678a976ff3fdd36b2d4b4444d463ff /games | |
parent | 95a25140ee287993722be493fe679925699bf8b5 (diff) | |
download | pkgsrc-ff6192c3b4823033b4bd46e341853eabe351daa9.tar.gz |
Set PKGNAME to xmahjongg-3.70, instead of 3.7, as it was previously 3.61
Avoids going backward with version numbers
Diffstat (limited to 'games')
-rw-r--r-- | games/xmahjongg/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 2f7a0f6f8bf..7a37559aa69 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2008/07/22 21:25:00 tonio Exp $ +# $NetBSD: Makefile,v 1.27 2008/07/22 21:59:00 tonio Exp $ # DISTNAME= xmahjongg-3.7 +PKGNAME= ${DISTNAME}0 CATEGORIES= games x11 MASTER_SITES= http://www.lcdf.org/~eddietwo/xmahjongg/ |