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/rawrec | |
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/rawrec')
-rw-r--r-- | audio/rawrec/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index c3ff36ec390e..12c3c06a8d26 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -9,11 +9,8 @@ PORTNAME= rawrec PORTVERSION= 0.9.991 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE:S/$/:sun/} \ - ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} -MASTER_SITE_SUBDIR= apps/sound/recorders/:sun \ - ${PORTNAME}/:sf -DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sun,sf +MASTER_SITES= ${MASTER_SITE_SUNSITE:S/%SUBDIR%/apps\/sound\/recorders/} \ + SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A utility to record and playback raw audio data |