diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-08-05 23:59:42 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-08-05 23:59:42 +0800 |
commit | 1f9614ecc3dfa87f3e18c652696e3e94123e10d0 (patch) | |
tree | 9cecee3707857135f3b6de96751424fe0e1e1278 /audio | |
parent | afbf3e274df98934a1bbecab0947b76de7861aa3 (diff) | |
download | freebsd-ports-gnome-1f9614ecc3dfa87f3e18c652696e3e94123e10d0.tar.gz freebsd-ports-gnome-1f9614ecc3dfa87f3e18c652696e3e94123e10d0.tar.zst freebsd-ports-gnome-1f9614ecc3dfa87f3e18c652696e3e94123e10d0.zip |
Set DISTNAME to PORTNAME.
Sugessted by: mat
Diffstat (limited to 'audio')
-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 |