mdoclint-1.39: OpenBSD removed hppa64.

From jmc@OpenBSD.
This commit is contained in:
wiz 2016-05-18 16:35:19 +00:00
parent 925eabfa9e
commit 57af538518
2 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.48 2016/03/10 13:15:04 wiz Exp $ # $NetBSD: Makefile,v 1.49 2016/05/18 16:35:19 wiz Exp $
DISTNAME= mdoclint-1.38 DISTNAME= mdoclint-1.39
CATEGORIES= textproc CATEGORIES= textproc
MASTER_SITES= # none MASTER_SITES= # none
DISTFILES= # none DISTFILES= # none

View file

@ -1,7 +1,7 @@
#!@PERL5@ #!@PERL5@
# #
# $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $ # $OpenBSD: mdoclint,v 1.48 2016/01/24 20:10:48 schwarze Exp $
# $NetBSD: mdoclint,v 1.57 2016/03/10 13:15:04 wiz Exp $ # $NetBSD: mdoclint,v 1.58 2016/05/18 16:35:19 wiz Exp $
# #
# Copyright (c) 2001-2013 Thomas Klausner # Copyright (c) 2001-2013 Thomas Klausner
# All rights reserved. # All rights reserved.
@ -197,7 +197,7 @@ my $valid_date_re;
my @arches; my @arches;
if (OPENBSD) { if (OPENBSD) {
@arches = @arches =
(qw(alpha amd64 armish armv7 hppa hppa64 i386 (qw(alpha amd64 armish armv7 hppa i386
landisk loongson luna88k macppc mips64 octeon sgi landisk loongson luna88k macppc mips64 octeon sgi
socppc sparc sparc64 zaurus)); socppc sparc sparc64 zaurus));
} }