diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-15 05:06:04 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-15 05:06:04 +0000 |
commit | 3aef0295602aa7c50aa088cb72dfada6c81cf217 (patch) | |
tree | dc5a86086f67a10db94bbf24fe4bedafa93e63ba /misc/cuecat | |
parent | 4f39596fd1cb0b1be808d7e250d3ea99270a6272 (diff) | |
download | freebsd-ports-3aef0295602aa7c50aa088cb72dfada6c81cf217.zip |
Fix MASTER_SITES.
PR: 83486
Submitted by: Mike Meyer (maintainer)
Diffstat (limited to 'misc/cuecat')
-rw-r--r-- | misc/cuecat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cuecat/Makefile b/misc/cuecat/Makefile index f8d2a996a8c5..61985aeb14a7 100644 --- a/misc/cuecat/Makefile +++ b/misc/cuecat/Makefile @@ -8,7 +8,7 @@ PORTNAME= cuecat PORTVERSION= 1.1 CATEGORIES= misc python -MASTER_SITES= http://mired.org:8080/downloads/ +MASTER_SITES= http://www.mired.org/downloads/ MAINTAINER= mwm@mired.org COMMENT= Tools for decoding and using the output of a :Cue:Cat(TM) wand scanner |