1
0
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:
Renato Botelho 2006-03-23 21:42:32 +00:00
parent c5cdf501e5
commit 89e4426cc4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158030
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,4 +1,4 @@
bin/portoseguro
bin/portoseguro.conf
share/doc/portoseguro/README
@dirrm share/doc/portoseguro
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%@dirrm %%DOCSDIR%%