1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Respect NOPORTEXAMPLES

This commit is contained in:
Li-Wen Hsu 2007-06-22 05:51:25 +00:00
parent 9c729c9f6a
commit e33724770e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194032
2 changed files with 15 additions and 15 deletions

View File

@ -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}

View File

@ -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%%