diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-13 17:29:11 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-13 17:29:11 +0000 |
commit | a14ced5bb2b955ee7cce6e025f2f30a64be03f79 (patch) | |
tree | bcca76795f3cc435b12356ad8fc1f4aaa565396a /audio/shorten | |
parent | 53fdee0b812a8ba3ac890cb32a1ff3145d914aec (diff) | |
download | FreeBSD-ports-a14ced5bb2b955ee7cce6e025f2f30a64be03f79.zip FreeBSD-ports-a14ced5bb2b955ee7cce6e025f2f30a64be03f79.tar.gz |
Fix fetch
PR: ports/107855
Submitted by: Thomas Abthorpe
Approved by: Stefan `Sec` Zehl (maintainer)
Diffstat (limited to 'audio/shorten')
-rw-r--r-- | audio/shorten/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/shorten/Makefile b/audio/shorten/Makefile index 209f9ad..0b94f40 100644 --- a/audio/shorten/Makefile +++ b/audio/shorten/Makefile @@ -8,12 +8,12 @@ PORTNAME= shorten PORTVERSION= 3.6.0 CATEGORIES= audio archivers -MASTER_SITES= http://www.etree.org/shnutils/shorten/source/ +MASTER_SITES= http://www.etree.org/shnutils/shorten/dist/src/ MAINTAINER= sec@42.org COMMENT= Fast and optionally lossless compression for waveform files -RESTRICTED= "May not be sold, may not be used commercially." +RESTRICTED= May not be sold, may not be used commercially. GNU_CONFIGURE= yes |