diff options
author | kris <kris@FreeBSD.org> | 2001-08-25 10:53:28 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-25 10:53:28 +0000 |
commit | f8f5f7f5b5aef40ffc5e71be64d7a6001545c053 (patch) | |
tree | dba1ec6f236d2ae54b6d1be7ab82b9292b378a6c /net-mgmt/nbtscan | |
parent | 3d83c1fe30b77528f3b222e7ec6c958eea2d876a (diff) | |
download | FreeBSD-ports-f8f5f7f5b5aef40ffc5e71be64d7a6001545c053.zip FreeBSD-ports-f8f5f7f5b5aef40ffc5e71be64d7a6001545c053.tar.gz |
The MASTER_SITE seems to no longer exist; host this locally for now.
Diffstat (limited to 'net-mgmt/nbtscan')
-rw-r--r-- | net-mgmt/nbtscan/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nbtscan/Makefile b/net-mgmt/nbtscan/Makefile index f4a90e3..0b4af44 100644 --- a/net-mgmt/nbtscan/Makefile +++ b/net-mgmt/nbtscan/Makefile @@ -8,7 +8,8 @@ PORTNAME= nbtscan PORTVERSION= 1.0.2 CATEGORIES= net -MASTER_SITES= http://www.abb.aha.ru/software/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR=kris MAINTAINER= kris@FreeBSD.org |