diff options
author | fenner <fenner@FreeBSD.org> | 2001-06-04 15:44:33 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2001-06-04 15:44:33 +0000 |
commit | 2e09e1ee9ba8e114d8b585a46d01ae1daa59c71a (patch) | |
tree | 73fbf68163e7c621961a89ff715862f5b6c566e8 /audio | |
parent | 469c4343fa5c342f8cf818f0c3939205d6c250e3 (diff) | |
download | FreeBSD-ports-2e09e1ee9ba8e114d8b585a46d01ae1daa59c71a.zip FreeBSD-ports-2e09e1ee9ba8e114d8b585a46d01ae1daa59c71a.tar.gz |
Since for some reason shntool-1.01.tar.gz never made it into the
freebsd.org distfile cache, put it in ${MASTER_SITE_LOCAL} until
shnutils.freeshell.org comes back.
Noticed by: Trevor Johnson <trevor@jpj.net>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/shntool/Makefile | 4 | ||||
-rw-r--r-- | audio/shntool/pkg-descr | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/shntool/Makefile b/audio/shntool/Makefile index af511b6..5f9cc34 100644 --- a/audio/shntool/Makefile +++ b/audio/shntool/Makefile @@ -8,7 +8,9 @@ PORTNAME= shntool PORTVERSION= 1.01 CATEGORIES= audio -MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ +MASTER_SITES= http://shnutils.freeshell.org/shntool/source/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tar.gz MAINTAINER= fenner@FreeBSD.Org diff --git a/audio/shntool/pkg-descr b/audio/shntool/pkg-descr index 467d536..9288050 100644 --- a/audio/shntool/pkg-descr +++ b/audio/shntool/pkg-descr @@ -15,4 +15,4 @@ of the block size. Alternatively, you may join the input files into one large output file, so you can do the splitting yourself (with another .wav editor - shntool isn't that advanced yet). -WWW: http://sdf.lonestar.org/~jason/shn-utils/shntool/ +WWW: http://shnutils.freeshell.org/shntool/ |