diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2005-03-14 17:09:47 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2005-03-14 17:09:47 +0000 |
commit | 7616e5c51dcaad295915efd059b5adf7219f4c56 (patch) | |
tree | e559a00a0d37841390563e0a4ef97879c8c0c5ab /devel/tkcvs | |
parent | cf48d5858621f17a16f9101f66df8b46919ff3dd (diff) | |
download | ports-7616e5c51dcaad295915efd059b5adf7219f4c56.tar.gz ports-7616e5c51dcaad295915efd059b5adf7219f4c56.zip |
. Install a copy of doc files.
Notes
Notes:
svn path=/head/; revision=131216
Diffstat (limited to 'devel/tkcvs')
-rw-r--r-- | devel/tkcvs/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/tkcvs/Makefile b/devel/tkcvs/Makefile index f8822012ed16..d3d72a28b161 100644 --- a/devel/tkcvs/Makefile +++ b/devel/tkcvs/Makefile @@ -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> |