diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
commit | f45d0a8198e01f9de3159f120af98857c70773c1 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /graphics/py-gchartwrapper | |
parent | a14ce15e349663b36e082c2a46c21adc66d82376 (diff) | |
download | ports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip |
Notes
Diffstat (limited to 'graphics/py-gchartwrapper')
-rw-r--r-- | graphics/py-gchartwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gchartwrapper/Makefile b/graphics/py-gchartwrapper/Makefile index 05d838f85231..b02ef9b099b2 100644 --- a/graphics/py-gchartwrapper/Makefile +++ b/graphics/py-gchartwrapper/Makefile @@ -21,6 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}imaging>=1.1.6_2:${PORTSDIR}/graphics/py-ima USE_PYTHON= yes USE_PYDISTUTILS= yes USE_ZIP= yes +NO_STAGE= yes EXAMPLESDIR= ${PREFIX}/share/examples/${PYTHON_PKGNAMEPREFIX}${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} @@ -28,7 +29,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} PROJECTHOST= google-chartwrapper .if !defined(NOPORTDOCS) -NO_STAGE= yes post-extract: @cd ${WRKDIR} && ${RM} -R doc/.svn && ${RM} -R demo/.svn .endif |