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 | 6d8993b97eef4cbeb272cb76f1dd7d0a6420dac7 (patch) | |
tree | 27d533385782d9fecaefa6cf406e1e6f16e035bb /devel | |
parent | b04338016485cd281b38c1b5ffa3bf24ce36ec48 (diff) | |
download | pkgsrc-6d8993b97eef4cbeb272cb76f1dd7d0a6420dac7.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')
-rw-r--r-- | devel/check/Makefile | 3 | ||||
-rw-r--r-- | devel/check/PLIST | 8 |
2 files changed, 7 insertions, 4 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/} diff --git a/devel/check/PLIST b/devel/check/PLIST index 8d4aa6a2054..3452faf5ef8 100644 --- a/devel/check/PLIST +++ b/devel/check/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2004/09/27 20:41:19 cube Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/11/11 20:45:44 tv Exp $ include/check.h lib/libcheck.a share/aclocal/check.m4 @@ -9,7 +9,7 @@ share/doc/check/NEWS share/doc/check/README share/doc/check/c14.html share/doc/check/c163.html -share/doc/check/c237.html +share/doc/check/c249.html share/doc/check/c33.html share/doc/check/c57.html share/doc/check/examples/Makefile.am.money @@ -24,7 +24,9 @@ share/doc/check/x172.html share/doc/check/x183.html share/doc/check/x214.html share/doc/check/x220.html -share/doc/check/x234.html +share/doc/check/x226.html +share/doc/check/x232.html +share/doc/check/x246.html share/doc/check/x68.html share/doc/check/x80.html @dirrm share/doc/check/examples |