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/mp3guessenc | |
parent | 639f285995836c8f421894bf3b8c12c27c344b5e (diff) | |
download | freebsd-ports-graphics-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.gz freebsd-ports-graphics-8637f28c41efaaf3c89340730c8c6fce9892c25d.tar.zst freebsd-ports-graphics-8637f28c41efaaf3c89340730c8c6fce9892c25d.zip |
Use MASTER_SITE_CRITICAL
Diffstat (limited to 'audio/mp3guessenc')
-rw-r--r-- | audio/mp3guessenc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/mp3guessenc/Makefile b/audio/mp3guessenc/Makefile index 9c3d30bbd32..1c2946f734e 100644 --- a/audio/mp3guessenc/Makefile +++ b/audio/mp3guessenc/Makefile @@ -9,8 +9,7 @@ PORTNAME= mp3guessenc PORTVERSION= 0.21 CATEGORIES= audio MASTER_SITES= http://shibatch.sourceforge.net/download/ \ - http://critical.ch/distfiles/ \ - http://energy.critical.ch/distfiles/ + CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Utility for guessing which encoder was used to encode an mp3 file |