View | Details | Raw Unified | Return to bug 180459
Collapse All | Expand All

(-)py-dbus/Makefile (-1 / +3 lines)
Lines 25-30 Link Here
25
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
25
DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
26
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
26
EXAMPLESDIR=	${PREFIX}/share/examples/py-${PORTNAME}
27
27
28
PORTDOCS=	*
29
28
OPTIONS_DEFINE=HTMLDOCS
30
OPTIONS_DEFINE=HTMLDOCS
29
HTMLDOCS_DESC=	build html documentation
31
HTMLDOCS_DESC=	build html documentation
30
32
Lines 39-45 Link Here
39
.endif
41
.endif
40
42
41
post-patch:
43
post-patch:
42
.if ! ${PORT_OPTIONS:MHTMLDOCS}
44
.if ! ${PORT_OPTIONS:MDOCS}
43
	@${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \
45
	@${REINPLACE_CMD} -e 's|HEADERS install-dist_docDATA|HEADERS|g ; \
44
		s|PYTHON install-nodist_docDATA|PYTHON|g' \
46
		s|PYTHON install-nodist_docDATA|PYTHON|g' \
45
			${WRKSRC}/Makefile.in
47
			${WRKSRC}/Makefile.in
(-)py-dbus/pkg-plist (-13 lines)
Lines 63-80 Link Here
63
%%PYTHON_SITELIBDIR%%/dbus/types.pyc
63
%%PYTHON_SITELIBDIR%%/dbus/types.pyc
64
%%PYTHON_SITELIBDIR%%/dbus/types.pyo
64
%%PYTHON_SITELIBDIR%%/dbus/types.pyo
65
libdata/pkgconfig/dbus-python.pc
65
libdata/pkgconfig/dbus-python.pc
66
%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.txt
67
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/API_CHANGES.html
68
%%PORTDOCS%%%%DOCSDIR%%/HACKING.txt
69
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/HACKING.html
70
%%PORTDOCS%%%%DOCSDIR%%/NEWS
71
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/NEWS.html
72
%%PORTDOCS%%%%DOCSDIR%%/PY3PORT.txt
73
%%PORTDOCS%%%%DOCSDIR%%/README
74
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/README.html
75
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/TODO.html
76
%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt
77
%%HTML%%%%PORTDOCS%%%%DOCSDIR%%/tutorial.html
78
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py
66
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-async-client.py
79
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py
67
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-client.py
80
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py
68
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-service.py
Lines 82-87 Link Here
82
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py
70
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example-signal-recipient.py
83
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py
71
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/list-system-services.py
84
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
72
%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
85
%%PORTDOCS%%@dirrm %%DOCSDIR%%
86
@dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop
73
@dirrm %%PYTHON_SITELIBDIR%%/dbus/mainloop
87
@dirrm %%PYTHON_SITELIBDIR%%/dbus
74
@dirrm %%PYTHON_SITELIBDIR%%/dbus

Return to bug 180459