diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2006-08-17 09:19:28 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2006-08-17 09:19:28 +0000 |
commit | 418bb9313847cb629483b440e9c514ec2b639f4f (patch) | |
tree | 689d858544125d07c3e13336160dd4705688ddad /net/tcpcat | |
parent | Utilize USE_SQLITE. (diff) |
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 |