diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-19 23:45:31 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2008-05-19 23:45:31 +0000 |
commit | 5d09bd1215e9b10eca2ef3a400566409447448c4 (patch) | |
tree | 91ac63ef2a92d2efc6731be168b320df26048efb /devel/py-pycallgraph | |
parent | c4300e3b71a54618d79da772d77b1808f5f56517 (diff) | |
download | ports-5d09bd1215e9b10eca2ef3a400566409447448c4.tar.gz ports-5d09bd1215e9b10eca2ef3a400566409447448c4.zip |
Notes
Diffstat (limited to 'devel/py-pycallgraph')
-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} |