diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 21:01:28 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-24 21:01:28 +0000 |
commit | 8dd0f5c2230c0ca6e9105eb1f6c7026f83338502 (patch) | |
tree | 632ce8266b29d14cd7182ab6a524c7e47838cf10 /audio/rawrec/Makefile | |
parent | 96adb48e2f3d201bc081eaa98079ce6d239173b8 (diff) | |
download | ports-8dd0f5c2230c0ca6e9105eb1f6c7026f83338502.tar.gz ports-8dd0f5c2230c0ca6e9105eb1f6c7026f83338502.zip |
Notes
Diffstat (limited to 'audio/rawrec/Makefile')
-rw-r--r-- | audio/rawrec/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/audio/rawrec/Makefile b/audio/rawrec/Makefile index fbd92b78d225..8b2c6597b176 100644 --- a/audio/rawrec/Makefile +++ b/audio/rawrec/Makefile @@ -10,10 +10,11 @@ PORTNAME= rawrec PORTVERSION= 0.9.98 PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} \ - ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= apps/sound/recorders \ - ${PORTNAME} +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 MAINTAINER= ports@FreeBSD.org COMMENT= A utility to record and playback raw audio data |