diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 20:50:10 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-21 20:50:10 +0000 |
commit | 39efe62d77b9d6e00c8e34b3aea9dd56db7e9ce8 (patch) | |
tree | 8b9277d9b97b8c1886d8d34da4de252fac0383e4 /audio/mp3stat | |
parent | 2019e4fa80c42b29ff8687f84810085bc3eefd6a (diff) | |
download | ports-39efe62d77b9d6e00c8e34b3aea9dd56db7e9ce8.tar.gz ports-39efe62d77b9d6e00c8e34b3aea9dd56db7e9ce8.zip |
Notes
Diffstat (limited to 'audio/mp3stat')
-rw-r--r-- | audio/mp3stat/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/mp3stat/Makefile b/audio/mp3stat/Makefile index b14ee2689f1a..c0b15fb48fea 100644 --- a/audio/mp3stat/Makefile +++ b/audio/mp3stat/Makefile @@ -10,10 +10,11 @@ PORTNAME= mp3stat PORTVERSION= 2.6.01 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= https://signal-lost.homeip.net/files/ +MASTER_SITES= https://signal-lost.homeip.net/files/ \ + http://www.alaskaparadise.com/freebsd/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= beech@alaskaparadise.com COMMENT= Read information about mp3s and oggs bitstream WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |