diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:13:26 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-08-22 00:13:26 +0000 |
commit | a07aa037a1d811308d584e576ce019f0a3f1541c (patch) | |
tree | 9489fa6e1c3372b5291bf75a1e8e5e1be0b103e8 /audio/streamripper | |
parent | 68cb122e1ddae2f1584f0ee081c19b957aff3cb4 (diff) |
- Switch SourceForge ports to the new File Release System: categories starting with A
Notes
Notes:
svn path=/head/; revision=240066
Diffstat (limited to 'audio/streamripper')
-rw-r--r-- | audio/streamripper/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/streamripper/Makefile b/audio/streamripper/Makefile index fd06aa1f707c..db3b830790dc 100644 --- a/audio/streamripper/Makefile +++ b/audio/streamripper/Makefile @@ -9,8 +9,9 @@ PORTNAME= streamripper PORTVERSION= 1.64.5 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= SF \ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} \ http://gd.tuwien.ac.at/hci/cdk/:cdk + DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ cdk-${CDK_VERSION}.tgz:cdk EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |