diff options
-rw-r--r-- | graphics/py-blockdiag/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/py-blockdiag/Makefile b/graphics/py-blockdiag/Makefile index efdddc1ceb5c..ec63513063f2 100644 --- a/graphics/py-blockdiag/Makefile +++ b/graphics/py-blockdiag/Makefile @@ -7,7 +7,7 @@ PORTNAME= blockdiag PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,13 +23,15 @@ RUN_DEPENDS= ${PKGNAMEPREFIX}imaging>=1.1.5:${PORTSDIR}/graphics/py-imaging \ ${PKGNAMEPREFIX}ordereddict>0:${PORTSDIR}/devel/py-ordereddict \ ${PKGNAMEPREFIX}webcolors>=0:${PORTSDIR}/graphics/py-webcolors +UNIQUENAME= py-${PORTNAME} + USE_PYTHON= 2.4-2.7 USE_PYDISTUTILS= easy_install MAN1= ${PORTNAME}.1 -DOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} -EXAMPLESDIR= ${PREFIX}/share/examples/${UNIQUENAME} +DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} +EXAMPLESDIR= ${PREFIX}/share/examples/${PKGNAMEPREFIX}${PORTNAME} PORTDOCS= README.txt PORTEXAMPLES= * |