diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2008-05-20 07:45:31 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2008-05-20 07:45:31 +0800 |
commit | fe870e5cada24eab60a3d6be42f0dd054cb483f9 (patch) | |
tree | 90ea65a74ebbdaa23ade21baabe3cb3f27d42e77 | |
parent | 127a465b474243ce9f2d0c1b459f4023ce02c01a (diff) | |
download | freebsd-ports-gnome-fe870e5cada24eab60a3d6be42f0dd054cb483f9.tar.gz freebsd-ports-gnome-fe870e5cada24eab60a3d6be42f0dd054cb483f9.tar.zst freebsd-ports-gnome-fe870e5cada24eab60a3d6be42f0dd054cb483f9.zip |
- Fix typo, this fixes the NOPORTEXAMPLES knob
-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} |