diff options
-rw-r--r-- | devel/py-pycallgraph/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-pycallgraph/Makefile b/devel/py-pycallgraph/Makefile index fe814dd38bd8..bc1074fe98ed 100644 --- a/devel/py-pycallgraph/Makefile +++ b/devel/py-pycallgraph/Makefile @@ -22,7 +22,7 @@ USE_PYDISTUTILS= yes EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME} -.if !defined(NOPORTEXANPLES) +.if !defined(NOPORTEXAMPLES) post-install: ${MKDIR} ${EXAMPLESDIR} ${CP} ${WRKSRC}/examples/* ${EXAMPLESDIR} |