mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
. Install a copy of doc files.
This commit is contained in:
parent
cf48d58586
commit
7616e5c51d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131216
@ -19,6 +19,9 @@ LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||
NO_BUILD= yes
|
||||
MAN1= tkcvs.1
|
||||
USE_REINPLACE= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
WISH= wish8.4
|
||||
TCLSH= tclsh8.4
|
||||
@ -29,5 +32,11 @@ post-patch:
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${TCLSH} doinstall.tcl -nox ${PREFIX}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for file in FAQ vendor5readme.pdf
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user