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

(-)audio/raproxy/Makefile (-3 / +3 lines)
Lines 27-36 Link Here
27
	${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
27
	${INSTALL_MAN} ${WRKSRC}/raproxy.man ${PREFIX}/man/man8/raproxy.8
28
28
29
.if !defined(NOPORTDOCS)
29
.if !defined(NOPORTDOCS)
30
	-${MKDIR} ${PREFIX}/share/doc/raproxy
30
	@${MKDIR} ${PREFIX}/share/doc/raproxy
31
	${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
31
	@${INSTALL_DATA} ${WRKSRC}/*.html ${WRKSRC}/*.pdf \
32
		${PREFIX}/share/doc/raproxy
32
		${PREFIX}/share/doc/raproxy
33
.endif
33
.endif
34
	-cat ${PKGMESSAGE}
34
	@${CAT} ${PKGMESSAGE}
35
35
36
.include <bsd.port.mk>
36
.include <bsd.port.mk>
(-)audio/raproxy/pkg-plist (-12 / +12 lines)
Lines 1-13 Link Here
1
libexec/raproxy
1
libexec/raproxy
2
share/doc/raproxy/about.html
2
%%PORTDOCS%%share/doc/raproxy/about.html
3
share/doc/raproxy/advanced.html
3
%%PORTDOCS%%share/doc/raproxy/advanced.html
4
share/doc/raproxy/contents.html
4
%%PORTDOCS%%share/doc/raproxy/contents.html
5
share/doc/raproxy/generic.html
5
%%PORTDOCS%%share/doc/raproxy/generic.html
6
share/doc/raproxy/index.html
6
%%PORTDOCS%%share/doc/raproxy/index.html
7
share/doc/raproxy/moreinfo.html
7
%%PORTDOCS%%share/doc/raproxy/moreinfo.html
8
share/doc/raproxy/player.html
8
%%PORTDOCS%%share/doc/raproxy/player.html
9
share/doc/raproxy/raproxy.pdf
9
%%PORTDOCS%%share/doc/raproxy/raproxy.pdf
10
share/doc/raproxy/thrdprty.html
10
%%PORTDOCS%%share/doc/raproxy/thrdprty.html
11
share/doc/raproxy/tproxy.pdf
11
%%PORTDOCS%%share/doc/raproxy/tproxy.pdf
12
share/doc/raproxy/usekit.html
12
%%PORTDOCS%%share/doc/raproxy/usekit.html
13
@dirrm share/doc/raproxy
13
%%PORTDOCS%%@dirrm share/doc/raproxy

Return to bug 28593