diff options
author | abs <abs@pkgsrc.org> | 2001-08-09 12:35:36 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-08-09 12:35:36 +0000 |
commit | c79f42008344a03f92e2e3e9f4ae74aa409e96db (patch) | |
tree | 90e09d5f2a8821e7f66099696bcd55be0858e821 /www/checkbot/Makefile | |
parent | 8099f4b4eff7c43a2bacf86188ca8417cddf5e8c (diff) | |
download | pkgsrc-c79f42008344a03f92e2e3e9f4ae74aa409e96db.tar.gz |
Updated checkbot to 1.64nb1
Implement a --skip option
Diffstat (limited to 'www/checkbot/Makefile')
-rw-r--r-- | www/checkbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/checkbot/Makefile b/www/checkbot/Makefile index 180c01d69b1..34fe3bbc0f5 100644 --- a/www/checkbot/Makefile +++ b/www/checkbot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/04/24 09:00:26 abs Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/09 12:35:36 abs Exp $ # DISTNAME= checkbot-1.64 +PKGNAME= checkbot-1.64nb1 CATEGORIES= www net perl5 MASTER_SITES= http://degraaff.org/checkbot/ |