diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-24 15:33:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-24 15:33:26 +0000 |
commit | 8510a511d90088fcfd94b77526b14875d3bba47e (patch) | |
tree | 1a1ebe10bbba368dbed2e2a0c7e0c56404b752cd /pkgtools/pkglint/Makefile | |
parent | e34bf869df44c5ded1088a07a106ed31ee7d7017 (diff) | |
download | pkgsrc-8510a511d90088fcfd94b77526b14875d3bba47e.tar.gz |
3.91:
- added options for enabling/disabling specific checks
- added options for enabling/disabling specific warnings
- improved the --help message
and corresponding man page updates.
From Roland Illig with slight fixes by me.
Diffstat (limited to 'pkgtools/pkglint/Makefile')
-rw-r--r-- | pkgtools/pkglint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index c6191a63e52..3f26c635f56 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.203 2004/09/05 23:12:36 seb Exp $ +# $NetBSD: Makefile,v 1.204 2004/09/24 15:33:26 wiz Exp $ # -DISTNAME= pkglint-3.90 +DISTNAME= pkglint-3.91 CATEGORIES= pkgtools devel MASTER_SITES= # empty DISTFILES= # empty |