diff options
author | mich <mich@FreeBSD.org> | 2007-04-10 18:21:58 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2007-04-10 18:21:58 +0800 |
commit | 16c1920b68375f89130c5bf1aef40a6481789708 (patch) | |
tree | 8938c73337783e73107864af336d72fa17aff4c7 /security/hackbot | |
parent | 6be07905eed49d3032182297e49b6db7d5a754b4 (diff) | |
download | freebsd-ports-gnome-16c1920b68375f89130c5bf1aef40a6481789708.tar.gz freebsd-ports-gnome-16c1920b68375f89130c5bf1aef40a6481789708.tar.zst freebsd-ports-gnome-16c1920b68375f89130c5bf1aef40a6481789708.zip |
- add MASTER_SITE
Diffstat (limited to 'security/hackbot')
-rw-r--r-- | security/hackbot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/hackbot/Makefile b/security/hackbot/Makefile index 2419df8699bc..84f561172ccc 100644 --- a/security/hackbot/Makefile +++ b/security/hackbot/Makefile @@ -8,7 +8,8 @@ PORTNAME= hackbot PORTVERSION= 2.21 CATEGORIES= security -MASTER_SITES= http://ws.obit.nl/hackbot/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ + http://ws.obit.nl/hackbot/ EXTRACT_SUFX= .tgz MAINTAINER= mich@FreeBSD.org |