diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 12:51:45 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 12:51:45 +0000 |
commit | 9d17cf2abf7b69cbcb2d9ccc1b60d2479c0c8521 (patch) | |
tree | d523cee26c9bb53dafd3ea2b3468dd21a43f85ff /net-mgmt | |
parent | 65d15b9810cf1127890e7a9b2e106e23c5d4256a (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nbtscan/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/nbtscan/pkg-descr | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index 9d79621c8bff..2cdf9281c2e6 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -8,9 +8,11 @@ PORTNAME= nbtscan PORTVERSION= 1.5.1 CATEGORIES= net-mgmt -MASTER_SITES= http://www.inetcat.org/software/ +MASTER_SITES= http://www.sourcefiles.org/Networking/Tools/Miscellanenous/ \ + http://swoolley.org/source_cache/ \ + http://www.goodking.ca/pub/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= NetBIOS name network scanner GNU_CONFIGURE= yes diff --git a/net-mgmt/nbtscan/pkg-descr b/net-mgmt/nbtscan/pkg-descr index d6ef09b3d6a3..7d53a323ae9b 100644 --- a/net-mgmt/nbtscan/pkg-descr +++ b/net-mgmt/nbtscan/pkg-descr @@ -4,4 +4,4 @@ range and lists received information in human readable form. For each responded host it lists IP address, NetBIOS computer name, logged-in user name and MAC address. -WWW: http://www.inetcat.org/software/nbtscan.html +WWW: http://freshmeat.net/projects/nbtscan/ |