diff options
author | heinz <heinz@pkgsrc.org> | 2002-10-23 13:24:53 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2002-10-23 13:24:53 +0000 |
commit | c374580d1afce28ed84931cabf8521f39563d4e0 (patch) | |
tree | 20328ad667048a3f5abdcd147b3399b55aa0ed0b /games | |
parent | b56fb57bf8dfafa88ae6da06279817763978dd60 (diff) | |
download | pkgsrc-c374580d1afce28ed84931cabf8521f39563d4e0.tar.gz |
PKGREVISION is now empty (instead of 0), to placate lintpkgsrc.
Diffstat (limited to 'games')
-rw-r--r-- | games/rocksndiamonds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index 902f4f5d822..eab8406ab18 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2002/10/19 20:06:45 heinz Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/23 13:24:53 heinz Exp $ # DISTNAME= rocksndiamonds-2.1.1 -PKGREVISION= 0 +PKGREVISION= # empty CATEGORIES= games x11 MASTER_SITES= http://www.artsoft.org/RELEASES/unix/rocksndiamonds/ |