From c35825d69451a90f742ce2232fe2c65ea39d332b Mon Sep 17 00:00:00 2001 From: TAKATSU Tomonari Date: Sat, 17 Dec 2011 19:38:40 +0000 Subject: - Fix options by forcing UNIQUENAME referred to in ports/116840 and ports/150309 - Bump PORTREVISION Submitted by: olgeni@ (via private e-mail) --- graphics/py-blockdiag/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'graphics/py-blockdiag') 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= * -- cgit v1.2.3