diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-03-18 21:09:25 +0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-03-18 21:09:25 +0800 |
commit | c5446b8c57e49bb851671601e2e1fce8ceb842c5 (patch) | |
tree | ef467326af76c2ccdf402c2c4db20143c58e9ca1 | |
parent | 7161cf702d125baddc7b1de276fd9e905d6c1482 (diff) | |
download | freebsd-ports-gnome-c5446b8c57e49bb851671601e2e1fce8ceb842c5.tar.gz freebsd-ports-gnome-c5446b8c57e49bb851671601e2e1fce8ceb842c5.tar.zst freebsd-ports-gnome-c5446b8c57e49bb851671601e2e1fce8ceb842c5.zip |
Make fetchable again.
This is a handy educational tool.
-rw-r--r-- | net/tcpillust/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/tcpillust/Makefile b/net/tcpillust/Makefile index 5a955ddd50a0..31793cdd141a 100644 --- a/net/tcpillust/Makefile +++ b/net/tcpillust/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 2.01 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net tcl tk -MASTER_SITES= http://www.jp.nishida.org/tcpillust/ +MASTER_SITES= https://cschubert.com/distfiles/ \ + LOCAL/cy MAINTAINER= nishida@sfc.wide.ad.jp COMMENT= Graphical TCP connection analysis tool -BROKEN= unfetchable - USES= motif tk xorg USE_XORG= xt |