diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2001-06-04 15:44:33 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2001-06-04 15:44:33 +0000 |
commit | 41cec8de45065affa9bdf0c10e847ac30add6970 (patch) | |
tree | 60e08c528c92477dcf3149cb8ba34ae8dcf3f743 /audio | |
parent | Update to version 2.54 Beta 25. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=43496
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 af511b6d836d..5f9cc3441c2a 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 467d536a94c2..9288050aad22 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/ |