diff options
Diffstat (limited to 'audio/speex/Makefile')
-rw-r--r-- | audio/speex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 4c0dcd41ef3d..ef0d5d611346 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,11 +7,10 @@ # PORTNAME= speex -PORTVERSION= 1.0.b4 -PORTEPOCH= 1 +PORTVERSION= 1.0.r2 CATEGORIES= audio MASTER_SITES= http://www.speex.org/download/ -DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b/beta/} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= ports@FreeBSD.org |