summaryrefslogtreecommitdiff
path: root/textproc/mdoclint
diff options
context:
space:
mode:
authorwiz <wiz>2010-12-03 20:06:42 +0000
committerwiz <wiz>2010-12-03 20:06:42 +0000
commitccb692e251d12fa022768841bc267cd2e4a39bc8 (patch)
tree8218e950ee859fd07d3301d4f304b7b30f696684 /textproc/mdoclint
parent743a3b42634620e6a885f65f2f253ec7e0c69d76 (diff)
downloadpkgsrc-ccb692e251d12fa022768841bc267cd2e4a39bc8.tar.gz
Really disable -H. From jmc@openbsd. Bump version.
While here, set LICENSE.
Diffstat (limited to 'textproc/mdoclint')
-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;