aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2008-05-20 07:45:31 +0800
committerlwhsu <lwhsu@FreeBSD.org>2008-05-20 07:45:31 +0800
commitfe870e5cada24eab60a3d6be42f0dd054cb483f9 (patch)
tree90ea65a74ebbdaa23ade21baabe3cb3f27d42e77
parent127a465b474243ce9f2d0c1b459f4023ce02c01a (diff)
downloadfreebsd-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/Makefile2
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}