git: 26643eee3149 - main - audio/flite: Use DISTVERSIONSUFFIX instead of DISTNAME
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Apr 2023 18:10:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=26643eee314924e6174dc92949442b82b3acf0fc commit 26643eee314924e6174dc92949442b82b3acf0fc Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-18 17:59:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-18 18:05:12 +0000 audio/flite: Use DISTVERSIONSUFFIX instead of DISTNAME --- audio/flite/Makefile | 4 ++-- 1 file 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