mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Use DOCSDIR macro
PR: ports/94880 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Reworked by: garga
This commit is contained in:
parent
c5cdf501e5
commit
89e4426cc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158030
@ -29,8 +29,8 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${X11BASE}/bin
|
||||
.endfor
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${X11BASE}/share/doc/portoseguro
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${X11BASE}/share/doc/portoseguro
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
bin/portoseguro
|
||||
bin/portoseguro.conf
|
||||
share/doc/portoseguro/README
|
||||
@dirrm share/doc/portoseguro
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user