diff options
Diffstat (limited to 'audio/rawrec/Makefile')
-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 |