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 /misc/histring | |
parent | a8dbb9e07491b9c723e3b8b792594332a2886268 (diff) | |
download | ports-418bb9313847cb629483b440e9c514ec2b639f4f.tar.gz ports-418bb9313847cb629483b440e9c514ec2b639f4f.zip |
Mirror the misc/histring and net/tcpcat sources at MASTER_SITE_LOCAL,
thus making both actually fetchable.
Notes
Notes:
svn path=/head/; revision=170854
Diffstat (limited to 'misc/histring')
-rw-r--r-- | misc/histring/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/histring/Makefile b/misc/histring/Makefile index bf518c7ea2e8..a254037ba4a0 100644 --- a/misc/histring/Makefile +++ b/misc/histring/Makefile @@ -8,7 +8,9 @@ PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc -MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ +MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= roam/misc MAINTAINER= roam@FreeBSD.org COMMENT= A tool to highlight strings using the ANSI terminal escape sequences |