diff options
author | wiz <wiz> | 2013-09-30 09:36:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-09-30 09:36:45 +0000 |
commit | 70dd2851c601929ecc3b7d1d80abd2e7b59858cd (patch) | |
tree | 2b95b108b4c4c6d1ef28402518b23d8d9198b9ef /textproc | |
parent | 295d894da428818c073e7c331b81e1385d9d1e7c (diff) | |
download | pkgsrc-70dd2851c601929ecc3b7d1d80abd2e7b59858cd.tar.gz |
1.24:
Add default location for CODE REFERENCES.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdoclint/Makefile | 4 | ||||
-rwxr-xr-x | textproc/mdoclint/files/mdoclint | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile index 6a24efe1f78..fbcfff82401 100644 --- a/textproc/mdoclint/Makefile +++ b/textproc/mdoclint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2013/08/21 11:22:15 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/09/30 09:36:45 wiz Exp $ -DISTNAME= mdoclint-1.23 +DISTNAME= mdoclint-1.24 CATEGORIES= textproc MASTER_SITES= # none DISTFILES= # none diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint index 19fe6cbc39b..92634f5fda6 100755 --- a/textproc/mdoclint/files/mdoclint +++ b/textproc/mdoclint/files/mdoclint @@ -1,7 +1,7 @@ #!@PERL5@ # # $OpenBSD: mdoclint,v 1.38 2013/09/04 19:39:19 patrick Exp $ -# $NetBSD: mdoclint,v 1.42 2013/09/05 09:13:23 wiz Exp $ +# $NetBSD: mdoclint,v 1.43 2013/09/30 09:36:45 wiz Exp $ # # Copyright (c) 2001-2013 Thomas Klausner # All rights reserved. @@ -177,6 +177,7 @@ my $valid_date_re; "DIAGNOSTICS", NETBSD ? "COMPATIBILITY" : undef, "ERRORS", + NETBSD ? "CODE REFERENCES" : undef, "SEE ALSO", "STANDARDS", "HISTORY", |