diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 06:15:47 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-28 06:15:47 +0800 |
commit | 8637f28c41efaaf3c89340730c8c6fce9892c25d (patch) | |
tree | 83d08d9e8e5e0a0c56927e9ca6cc64d2a09f665c /audio/wav2cdr | |
parent | 639f285995836c8f421894bf3b8c12c27c344b5e (diff) | |
download | freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.gz freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.zst freebsd-ports-gnome-8637f28c41efaaf3c89340730c8c6fce9892c25d.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'audio/wav2cdr')
-rw-r--r-- | audio/wav2cdr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/wav2cdr/Makefile b/audio/wav2cdr/Makefile index 4e12a3015f25..ce1dc1933831 100644 --- a/audio/wav2cdr/Makefile +++ b/audio/wav2cdr/Makefile @@ -8,9 +8,7 @@ PORTNAME= wav2cdr PORTVERSION= 2.3.3 CATEGORIES= audio converters -MASTER_SITES= http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ \ - ${MASTER_SITE_SUNSITE} +MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/convert MAINTAINER= ehaupt@FreeBSD.org |