aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdchart
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-gdchart')
-rw-r--r--graphics/py-gdchart/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile
index 694e66068203..45bb08c0bcb4 100644
--- a/graphics/py-gdchart/Makefile
+++ b/graphics/py-gdchart/Makefile
@@ -30,7 +30,7 @@ post-extract:
${FILESDIR}/setup.py > ${WRKSRC}/setup.py
post-install:
-.if !defined(NO_PORTDOCS)
+.if !defined(NOPORTDOCS)
${MKDIR} ${EXAMPLE_DIR}
.for file in ${EXAMPLE_FILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLE_DIR}