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 /net/unix2tcp | |
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 'net/unix2tcp')
-rw-r--r-- | net/unix2tcp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/unix2tcp/Makefile b/net/unix2tcp/Makefile index a27c1ca1aff7..d37ea93f2c94 100644 --- a/net/unix2tcp/Makefile +++ b/net/unix2tcp/Makefile @@ -9,7 +9,8 @@ PORTNAME= unix2tcp PORTVERSION= 0.8.2 CATEGORIES= net -MASTER_SITES= http://ahriman.bucharest.roedu.net/unix2tcp/ +MASTER_SITES= http://freebsdcluster.org/~mich/software/ \ + http://ahriman.bucharest.roedu.net/unix2tcp/ MAINTAINER= mich@FreeBSD.org COMMENT= A connection forwarder that converts Unix sockets into TCP sockets |