diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-12 12:48:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-12 12:48:11 +0000 |
commit | 57ea113ae0239dba3304bcb707d8d7b638889dd4 (patch) | |
tree | 2d9e791137081b935f01cf32324f16f0ed76821f /games | |
parent | 6fcbb5064f14be0150235760b96fc8fd3ff7234b (diff) | |
download | pkgsrc-57ea113ae0239dba3304bcb707d8d7b638889dd4.tar.gz |
Do not modify DISTNAME to change PKGNAME (hi zuntum!).
Diffstat (limited to 'games')
-rw-r--r-- | games/KoboDeluxe/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/KoboDeluxe/Makefile b/games/KoboDeluxe/Makefile index e009b201d48..f041be69352 100644 --- a/games/KoboDeluxe/Makefile +++ b/games/KoboDeluxe/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/07/12 09:31:24 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2003/07/12 12:48:11 wiz Exp $ -DISTNAME= KoboDeluxe-0.4rc8 +DISTNAME= KoboDeluxe-0.4pre8 +PKGNAME= ${DISTNAME:S/pre/rc/} CATEGORIES= games MASTER_SITES= http://olofson.net/kobodl/download/ |