diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-13 17:29:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-01-13 17:29:11 +0000 |
commit | f2d7541176d64e0575566caf5284633453bc220c (patch) | |
tree | bddf0d256f8d8f703965e41f4d044e3854d09a9b /audio/shorten | |
parent | 41d34096c0b8aacf1da7555b5da445e2e414b516 (diff) | |
download | ports-f2d7541176d64e0575566caf5284633453bc220c.tar.gz ports-f2d7541176d64e0575566caf5284633453bc220c.zip |
Fix fetch
PR: ports/107855
Submitted by: Thomas Abthorpe
Approved by: Stefan `Sec` Zehl (maintainer)
Notes
Notes:
svn path=/head/; revision=182306
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 209f9ad52fd5..0b94f40f8d55 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 |