summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2010-12-03 20:06:42 +0000
committerwiz <wiz@pkgsrc.org>2010-12-03 20:06:42 +0000
commita7e4a0b5565e529e13f7a2d8da98ff189924b049 (patch)
tree8218e950ee859fd07d3301d4f304b7b30f696684 /textproc
parent6dc0f2e7d4ae28eebaa50dc112ea93ad00a28ade (diff)
downloadpkgsrc-a7e4a0b5565e529e13f7a2d8da98ff189924b049.tar.gz
Really disable -H. From jmc@openbsd. Bump version.
While here, set LICENSE.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mdoclint/Makefile5
-rwxr-xr-xtextproc/mdoclint/files/mdoclint4
2 files changed, 5 insertions, 4 deletions
diff --git a/textproc/mdoclint/Makefile b/textproc/mdoclint/Makefile
index ceea7c9b211..7aaac85a6d0 100644
--- a/textproc/mdoclint/Makefile
+++ b/textproc/mdoclint/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2010/12/03 00:33:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2010/12/03 20:06:42 wiz Exp $
-DISTNAME= mdoclint-1.11
+DISTNAME= mdoclint-1.12
CATEGORIES= textproc
MASTER_SITES= # none
DISTFILES= # none
@@ -8,6 +8,7 @@ DISTFILES= # none
OWNER= wiz@NetBSD.org
#HOMEPAGE= #
COMMENT= Tool for verifying man pages
+LICENSE= 2-clause-bsd
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
diff --git a/textproc/mdoclint/files/mdoclint b/textproc/mdoclint/files/mdoclint
index 6b6ddfb8257..04d9dc2988f 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.14 2010/12/03 00:33:44 wiz Exp $
+# $NetBSD: mdoclint,v 1.15 2010/12/03 20:06:42 wiz Exp $
#
# Copyright (c) 2001-2010 Thomas Klausner
# All rights reserved.
@@ -190,7 +190,7 @@ sub handle_options
unless ($opt_a or $opt_D or $opt_d or $opt_e or $opt_f or $opt_H
or $opt_m or $opt_n or $opt_o or $opt_P or $opt_p or $opt_r
or $opt_S or $opt_s or $opt_X or $opt_x) {
- $opt_a = $opt_D = $opt_d = $opt_f = $opt_H = $opt_m =
+ $opt_a = $opt_D = $opt_d = $opt_f = $opt_m =
$opt_n = $opt_o = $opt_P = $opt_p = $opt_r = $opt_S =
$opt_s = $opt_X = $opt_x = 1;
$opt_e = 1 if NETBSD;