aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gchartwrapper/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-22 18:05:04 +0000
commitf45d0a8198e01f9de3159f120af98857c70773c1 (patch)
tree5ccc149311d24585961d9a2cf90f90b5de162a2d /graphics/py-gchartwrapper/Makefile
parenta14ce15e349663b36e082c2a46c21adc66d82376 (diff)
downloadports-f45d0a8198e01f9de3159f120af98857c70773c1.tar.gz
ports-f45d0a8198e01f9de3159f120af98857c70773c1.zip
Fix NO_STAGE attribution
Notes
Notes: svn path=/head/; revision=327888
Diffstat (limited to 'graphics/py-gchartwrapper/Makefile')
-rw-r--r--graphics/py-gchartwrapper/Makefile2
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