diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-05 12:26:08 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-05 12:26:08 +0000 |
commit | b50b1f8d8e663bb5d901c0ebcc037be1110f64b6 (patch) | |
tree | 27092e5dc90ae7beaf797e3bf9f256146a5815fe /ports-mgmt | |
parent | f414a317d4c584cc44811f38cc00c1e59d45419c (diff) | |
download | ports-b50b1f8d8e663bb5d901c0ebcc037be1110f64b6.tar.gz ports-b50b1f8d8e663bb5d901c0ebcc037be1110f64b6.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index 6ab44b4bf681..8989f4cdc55a 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/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; |