mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- use DOCSDIR, respect NOPORTEXAMPLES
- bump PORTREVISION Submitted by: my QA Tindy run
This commit is contained in:
parent
88bbe04278
commit
21f1f5e23f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214946
@ -24,10 +24,10 @@ MAN1= fpp.1
|
|||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${PREFIX}/share/doc/fpp
|
@${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fpp
|
${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/fpp_spec ${PREFIX}/share/doc/fpp
|
${INSTALL_MAN} ${WRKSRC}/fpp_spec ${DOCSDIR}
|
||||||
${INSTALL_MAN} ${WRKSRC}/fpp_license.ps ${PREFIX}/share/doc/fpp
|
${INSTALL_MAN} ${WRKSRC}/fpp_license.ps ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
bin/fpp
|
bin/fpp
|
||||||
share/doc/fpp/README
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||||
share/doc/fpp/fpp_spec
|
%%PORTDOCS%%%%DOCSDIR%%/fpp_spec
|
||||||
share/doc/fpp/fpp_license.ps
|
%%PORTDOCS%%%%DOCSDIR%%/fpp_license.ps
|
||||||
@dirrm share/doc/fpp
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||||
|
Loading…
Reference in New Issue
Block a user