1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

- use DOCSDIR, respect NOPORTEXAMPLES

- bump PORTREVISION

Submitted by:	my QA Tindy run
This commit is contained in:
Ion-Mihai Tetcu 2008-06-16 10:48:07 +00:00
parent 88bbe04278
commit 21f1f5e23f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214946
2 changed files with 8 additions and 8 deletions

View File

@ -24,10 +24,10 @@ MAN1= fpp.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/fpp
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fpp
${INSTALL_MAN} ${WRKSRC}/fpp_spec ${PREFIX}/share/doc/fpp
${INSTALL_MAN} ${WRKSRC}/fpp_license.ps ${PREFIX}/share/doc/fpp
@${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/fpp_spec ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/fpp_license.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
bin/fpp
share/doc/fpp/README
share/doc/fpp/fpp_spec
share/doc/fpp/fpp_license.ps
@dirrm share/doc/fpp
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/fpp_spec
%%PORTDOCS%%%%DOCSDIR%%/fpp_license.ps
%%PORTDOCS%%@dirrm %%DOCSDIR%%