diff options
author | tv <tv@pkgsrc.org> | 2005-11-11 20:45:44 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-11 20:45:44 +0000 |
commit | 7c05e63c4d78cdc57e22a90bd672e8e561720b19 (patch) | |
tree | 27d533385782d9fecaefa6cf406e1e6f16e035bb /devel/check/Makefile | |
parent | 013a9b12e38c9feb63c7f5f2ccb2993acb671c53 (diff) | |
download | pkgsrc-7c05e63c4d78cdc57e22a90bd672e8e561720b19.tar.gz |
Fix PLIST botch (as in, "I forgot to update the PLIST with the DISTNAME").
Bump PKGREVISION.
Thanks wiz@ for catching it.
Diffstat (limited to 'devel/check/Makefile')
-rw-r--r-- | devel/check/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/check/Makefile b/devel/check/Makefile index 00e12720508..0a13363fe64 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/11/07 19:44:58 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/11/11 20:45:44 tv Exp $ # DISTNAME= check-0.9.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=check/} |