diff options
author | novel <novel@FreeBSD.org> | 2005-07-15 13:06:04 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-07-15 13:06:04 +0800 |
commit | 6e1b2e19ca5657353a4aa02d80374cf658067075 (patch) | |
tree | 1a681ce3202380589d852e13ba66d66997bfd62f /misc/cuecat | |
parent | 79b2ba818deaae34710c3ebcc5c578dd78e4a286 (diff) | |
download | freebsd-ports-gnome-6e1b2e19ca5657353a4aa02d80374cf658067075.tar.gz freebsd-ports-gnome-6e1b2e19ca5657353a4aa02d80374cf658067075.tar.zst freebsd-ports-gnome-6e1b2e19ca5657353a4aa02d80374cf658067075.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 |