diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-01-13 00:20:28 +0000 |
commit | 8c8fc31c5cb593de902f51887be7f0ff84ff22e2 (patch) | |
tree | 3fa36dc8ce4a981068d71f0b0051020ea7dd536c /net/tcping | |
parent | 9dea3042de0fe8e8a6435d717210c4296f2b4140 (diff) |
Notes
Diffstat (limited to 'net/tcping')
-rw-r--r-- | net/tcping/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tcping/Makefile b/net/tcping/Makefile index 022878355c9d..8dd5be07a900 100644 --- a/net/tcping/Makefile +++ b/net/tcping/Makefile @@ -8,7 +8,8 @@ PORTNAME= tcping PORTVERSION= 1.3.4 CATEGORIES= net -MASTER_SITES= http://www.linuxco.de/tcping/ +MASTER_SITES= http://www.linuxco.de/tcping/ \ + http://bsdchat.com/dist/dryice/ MAINTAINER= dryice@liu.com.cn COMMENT= Do a TCP connect to the given IP/port combination |