diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-05 15:59:42 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2016-08-05 15:59:42 +0000 |
commit | a9384ca6d20b5d5385b2a75e31fbdc444d014ce3 (patch) | |
tree | 9cecee3707857135f3b6de96751424fe0e1e1278 /audio/py-speechrecognition/Makefile | |
parent | benchmarks/clpeak: set USE_GL rather than hardcoding LIB_DEPENDS (diff) |
Set DISTNAME to PORTNAME.
Sugessted by: mat
Notes
Notes:
svn path=/head/; revision=419691
Diffstat (limited to 'audio/py-speechrecognition/Makefile')
-rw-r--r-- | audio/py-speechrecognition/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/py-speechrecognition/Makefile b/audio/py-speechrecognition/Makefile index c990a2be9bce..be02619c9a0e 100644 --- a/audio/py-speechrecognition/Makefile +++ b/audio/py-speechrecognition/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= speechrecognition +PORTNAME= SpeechRecognition PORTVERSION= 3.4.6 CATEGORIES= audio python MASTER_SITES= CHEESESHOP -DISTNAME= ${PORTNAME:S/s/S/:S/r/R/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kevlo@FreeBSD.org |