diff options
author | roam <roam@FreeBSD.org> | 2006-08-17 17:19:28 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2006-08-17 17:19:28 +0800 |
commit | db3e551f6499964bd95ed90781f17d0ac791e6a8 (patch) | |
tree | 01f09226f6a1cd3a1438d180c685e517ea904035 /net/tcpcat | |
parent | 8bd72777a4c62e7a72deeaccf48b09793a3967aa (diff) | |
download | freebsd-ports-gnome-db3e551f6499964bd95ed90781f17d0ac791e6a8.tar.gz freebsd-ports-gnome-db3e551f6499964bd95ed90781f17d0ac791e6a8.tar.zst freebsd-ports-gnome-db3e551f6499964bd95ed90781f17d0ac791e6a8.zip |
Mirror the misc/histring and net/tcpcat sources at MASTER_SITE_LOCAL,
thus making both actually fetchable.
Diffstat (limited to 'net/tcpcat')
-rw-r--r-- | net/tcpcat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tcpcat/Makefile b/net/tcpcat/Makefile index 1c2ce9199bb9..24654c690615 100644 --- a/net/tcpcat/Makefile +++ b/net/tcpcat/Makefile @@ -8,7 +8,9 @@ PORTNAME= tcpcat PORTVERSION= 1.2.0 CATEGORIES= net -MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ +MASTER_SITES= http://ess4.engr.uvic.ca/proj/tcpcat/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= roam/net MAINTAINER= roam@FreeBSD.org COMMENT= A simple utility for sending/receiving data over a TCP or a Unix-domain socket |