diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/flite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/flite/Makefile b/audio/flite/Makefile index 81a3a00a1efd..072bfff84e32 100644 --- a/audio/flite/Makefile +++ b/audio/flite/Makefile @@ -1,8 +1,8 @@ PORTNAME= flite PORTVERSION= 2.1 +DISTVERSIONSUFFIX= -release CATEGORIES= audio -MASTER_SITES= http://www.festvox.org/flite/packed/${PORTNAME}-2.1/ -DISTNAME= ${PORTNAME}-${PORTVERSION:}-release +MASTER_SITES= http://www.festvox.org/flite/packed/${PORTNAME}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Small run-time speech synthesis engine |