diff options
author | itojun <itojun@FreeBSD.org> | 1999-01-05 12:26:08 +0000 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1999-01-05 12:26:08 +0000 |
commit | b2771a3cb58faf010b18e8c93ffa2465d444c59d (patch) | |
tree | f52c9474468f4c6b89754c34fabe775f6a889a62 /devel | |
parent | 179d08ec99aea611d8e60d5a2633ddfea03b6462 (diff) | |
download | FreeBSD-ports-b2771a3cb58faf010b18e8c93ffa2465d444c59d.zip FreeBSD-ports-b2771a3cb58faf010b18e8c93ffa2465d444c59d.tar.gz |
remove old ftp site (ftp.foretune.co.jp) from comment.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/portlint/src/portlint.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl index 6ab44b4..8989f4c 100644 --- a/devel/portlint/src/portlint.pl +++ b/devel/portlint/src/portlint.pl @@ -4,7 +4,6 @@ # implemented by: # Jun-ichiro itojun Itoh <itojun@itojun.org> # Yoshishige Arai <ryo2@on.rim.or.jp> -# visit ftp://ftp.foretune.co.jp/pub/tools/portlint/ for latest version. # # Copyright(c) 1997 by Jun-ichiro Itoh <itojun@itojun.org>. # All rights reserved. @@ -14,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.65 1998/03/07 04:17:55 itojun Exp $ +# $Id: portlint.pl,v 1.1 1999/01/05 12:23:28 itojun Exp $ # $err = $warn = 0; |