1
0
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:
Greg Lewis 2005-03-14 17:09:47 +00:00
parent cf48d58586
commit 7616e5c51d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131216

View File

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