diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 17:59:20 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-04-18 18:05:12 +0000 |
commit | 26643eee314924e6174dc92949442b82b3acf0fc (patch) | |
tree | c3ac671eabbcf56c5b62c86cd7bbed13ca5c6159 | |
parent | bf73c68738c36274c5eb8a294fa0739d4a43dbb6 (diff) | |
download | ports-26643eee314924e6174dc92949442b82b3acf0fc.tar.gz ports-26643eee314924e6174dc92949442b82b3acf0fc.zip |
-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 |