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 /astro | |
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 'astro')
-rw-r--r-- | astro/py-horoscopegenerator/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/py-horoscopegenerator/Makefile b/astro/py-horoscopegenerator/Makefile index 16c7ee1c8afe..db9e86dece75 100644 --- a/astro/py-horoscopegenerator/Makefile +++ b/astro/py-horoscopegenerator/Makefile @@ -1,10 +1,9 @@ # $FreeBSD$ -PORTNAME= horoscopegenerator +PORTNAME= HoroscopeGenerator PORTVERSION= 0.1.8 CATEGORIES= astro python MASTER_SITES= CHEESESHOP -DISTNAME= ${PORTNAME:S/h/H/:S/g/G/}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= kevlo@FreeBSD.org |