summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-06-22 05:51:25 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-06-22 05:51:25 +0000
commite33724770e55eaa8b57d3309351fc9e34f052c4c (patch)
tree96b95ee4ee9d7e31a5e30f64c7d63076027db09d /devel
parentFix installation on SeaMonkey. (diff)
- Respect NOPORTEXAMPLES
Notes
Notes: svn path=/head/; revision=194032
Diffstat (limited to 'devel')
-rw-r--r--devel/py-notifier/Makefile2
-rw-r--r--devel/py-notifier/pkg-plist28
2 files changed, 15 insertions, 15 deletions
diff --git a/devel/py-notifier/Makefile b/devel/py-notifier/Makefile
index e711cbb8e888..2a6d3e4461fc 100644
--- a/devel/py-notifier/Makefile
+++ b/devel/py-notifier/Makefile
@@ -22,7 +22,7 @@ EXAMPLESDIR= ${TARGETDIR}/share/examples/py-${PORTNAME}
WRKSRC= ${WRKDIR}/py${PORTNAME}-${PORTVERSION}
-.if !defined(NOPORTDOCS)
+.if !defined(NOPORTEXAMPLES)
post-install:
${MKDIR} ${EXAMPLESDIR}
${CP} ${WRKSRC}/examples/*.py ${EXAMPLESDIR}
diff --git a/devel/py-notifier/pkg-plist b/devel/py-notifier/pkg-plist
index 52914653a33d..4fd794cf9bae 100644
--- a/devel/py-notifier/pkg-plist
+++ b/devel/py-notifier/pkg-plist
@@ -32,17 +32,17 @@
%%PYTHON_SITELIBDIR%%/notifier/version.pyc
%%PYTHON_SITELIBDIR%%/notifier/version.pyo
@dirrm %%PYTHON_SITELIBDIR%%/notifier
-%%EXAMPLESDIR%%/callbacks.py
-%%EXAMPLESDIR%%/logger.py
-%%EXAMPLESDIR%%/process.py
-%%EXAMPLESDIR%%/process2.py
-%%EXAMPLESDIR%%/signal.py
-%%EXAMPLESDIR%%/signal2.py
-%%EXAMPLESDIR%%/test-generic.py
-%%EXAMPLESDIR%%/test-gtk.py
-%%EXAMPLESDIR%%/test-qt.py
-%%EXAMPLESDIR%%/test-wx.py
-%%EXAMPLESDIR%%/threads.py
-%%EXAMPLESDIR%%/test-gobject.py
-%%EXAMPLESDIR%%/process3.py
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/callbacks.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/logger.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signal.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/signal2.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-generic.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-gtk.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-qt.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-wx.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/threads.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test-gobject.py
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/process3.py
+%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%