summaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-08-14 12:55:26 +0000
committerJun-ichiro itojun Hagino <itojun@FreeBSD.org>1999-08-14 12:55:26 +0000
commite25cebf5a96cd02ca03c488662ca7d3ccbc1a125 (patch)
treef9719a9c97ff2c8d07751c8bb3dcab38bd322182 /ports-mgmt/portlint
parentUpdated my email address (diff)
manpage fix
family name change for itojun (s/Itoh/Hagino/) Submitted by: "Alexey M. Zelkin" <phantom@cris.net>
Notes
Notes: svn path=/head/; revision=20718
Diffstat (limited to '')
-rw-r--r--ports-mgmt/portlint/Makefile4
-rw-r--r--ports-mgmt/portlint/src/portlint.110
-rw-r--r--ports-mgmt/portlint/src/portlint.pl6
3 files changed, 10 insertions, 10 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 9189f4ca8466..f3dde304e8ce 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -1,9 +1,9 @@
# New ports collection makefile for: portlint
# Version required: (self contained)
# Date created: 13 Jun 1997
-# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
+# Whom: Jun-ichiro itojun Hagino <itojun@itojun.org>
#
-# $Id: Makefile,v 1.21 1999/01/05 12:23:27 itojun Exp $
+# $Id: Makefile,v 1.22 1999/01/07 09:34:52 itojun Exp $
#
DISTNAME= portlint-2.0
diff --git a/ports-mgmt/portlint/src/portlint.1 b/ports-mgmt/portlint/src/portlint.1
index 070331470154..910e8d6b2ea1 100644
--- a/ports-mgmt/portlint/src/portlint.1
+++ b/ports-mgmt/portlint/src/portlint.1
@@ -1,6 +1,6 @@
-.\" $Id: portlint.1,v 1.1 1999/01/05 12:23:28 itojun Exp $
+.\" $Id: portlint.1,v 1.2 1999/04/05 03:20:36 itojun Exp $
.\"
-.\" Copyright (c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>.
+.\" Copyright (c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>.
.\" All Rights Reserved. Absolutely no warranty.
.\"
.Dd July 11, 1997
@@ -105,7 +105,7 @@ This type of messages are used in verbose mode
.Pq Fl v .
.El
.Sh FILES
-.Bl -tag -width bsd.port.mk -compact
+.Bl -tag -width bsd.port.mkxx -compact
.It Pa bsd.port.mk
master Makefile for ports
.Po
@@ -119,9 +119,9 @@ port collection
on NetBSD/OpenBSD
.Pc
.Sh AUTHORS
-Jun-ichiro Itoh <itojun@itojun.org>
+.An Jun-ichiro Hagino Aq itojun@itojun.org
and
-Yoshishige Arai <ryo2@on.rim.or.jp>.
+.An Yoshishige Arai Aq ryo2@on.rim.or.jp .
Many people has contributed patches and comments/suggestions.
.Sh BUGS
.Nm
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 36f4aa93e9e2..d1e0948d1a8d 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -2,10 +2,10 @@
#
# portlint - lint for port directory
# implemented by:
-# Jun-ichiro itojun Itoh <itojun@itojun.org>
+# Jun-ichiro itojun Hagino <itojun@itojun.org>
# Yoshishige Arai <ryo2@on.rim.or.jp>
#
-# Copyright(c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>.
+# Copyright(c) 1997 by Jun-ichiro Hagino <itojun@itojun.org>.
# All rights reserved.
# Freely redistributable. Absolutely no warranty.
#
@@ -13,7 +13,7 @@
# bsd.port.mk. There are significant differences in those so you'll have
# hard time upgrading this...
#
-# $Id: portlint.pl,v 1.6 1999/04/22 05:37:46 itojun Exp $
+# $Id: portlint.pl,v 1.7 1999/07/24 14:24:46 itojun Exp $
#
$err = $warn = 0;