diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:27:58 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-09-16 17:27:58 +0000 |
commit | 20e588e9928b4dead4d24231d90e7c44377b1904 (patch) | |
tree | 91d031aac277495ff8145f0d0b94890d8b637a10 /graphics/py-gdchart | |
parent | b8f3ef0335b81becb84015b1bf9bf68ecb74d326 (diff) | |
download | FreeBSD-ports-20e588e9928b4dead4d24231d90e7c44377b1904.zip FreeBSD-ports-20e588e9928b4dead4d24231d90e7c44377b1904.tar.gz |
Fix DISTNAME
PR: 30478
Submitted by: MAINTAINER
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r-- | graphics/py-gdchart/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index 32026c83..e596184 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -9,7 +9,7 @@ PORTVERSION= 0.6 CATEGORIES= graphics python MASTER_SITES= http://athani.pair.com/msteed/software/gdchart/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PKGNAMEPREFIX}${PORTVERSION} +DISTNAME= ${PORTNAME}-py-${PORTVERSION} MAINTAINER= perky@python.or.kr |