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 /astro | |
parent | 897f196f6512f32606571cab344234ff38fbb5c3 (diff) |
Notes
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 |