diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2007-06-22 13:51:25 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2007-06-22 13:51:25 +0800 |
commit | 73ed327446e0adcf3dec681bd8854e125cc6016b (patch) | |
tree | cdb6dd9559ea172c4fd5faaa088a3b8ee48ae0ed /devel | |
parent | 4170c107f0e394829fad307b5a7cf6fa162880cb (diff) | |
download | freebsd-ports-graphics-73ed327446e0adcf3dec681bd8854e125cc6016b.tar.gz freebsd-ports-graphics-73ed327446e0adcf3dec681bd8854e125cc6016b.tar.zst freebsd-ports-graphics-73ed327446e0adcf3dec681bd8854e125cc6016b.zip |
- Respect NOPORTEXAMPLES
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-notifier/Makefile | 2 | ||||
-rw-r--r-- | devel/py-notifier/pkg-plist | 28 |
2 files changed, 15 insertions, 15 deletions
diff --git a/devel/py-notifier/Makefile b/devel/py-notifier/Makefile index e711cbb8e88..2a6d3e4461f 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 52914653a33..4fd794cf9ba 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%% |