diff options
author | wiz <wiz> | 2010-08-27 21:13:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-08-27 21:13:10 +0000 |
commit | f2c1a483d1fd93be5314f4f30f067e6a1f200393 (patch) | |
tree | 6ae2785b81033c671b6d09429d9e46418fb757ca | |
parent | 38013ef14c0efddf02756076749b9d3045d1b178 (diff) | |
download | pkgsrc-f2c1a483d1fd93be5314f4f30f067e6a1f200393.tar.gz |
OpenBSD has added EXIT STATUS as standard section. Bump version.
-rw-r--r-- | textproc/mdoclint/Makefile | 4 | ||||
-rwxr-xr-x | textproc/mdoclint/files/mdoclint | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 4e4b4192640..a29a4bfccd4 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2010/08/07 18:57:52 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2010/08/27 21:13:10 wiz Exp $ -DISTNAME= mdoclint-1.8 +DISTNAME= mdoclint-1.9 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index aa042a73c41..9b3d4234fb9 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.14 2009/04/13 12:40:05 espie Exp $ -# $NetBSD: mdoclint,v 1.10 2010/08/07 18:57:52 wiz Exp $ +# $NetBSD: mdoclint,v 1.11 2010/08/27 21:13:11 wiz Exp $ # # Copyright (c) 2001-2010 Thomas Klausner # All rights reserved. @@ -108,7 +108,7 @@ my $valid_date_re; "RETURN VALUES", "ENVIRONMENT", "FILES", - NETBSD ? "EXIT STATUS" : undef, + "EXIT STATUS", "EXAMPLES", "DIAGNOSTICS", "COMPATIBILITY", |