diff options
author | glewis <glewis@FreeBSD.org> | 2005-03-15 01:09:47 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-03-15 01:09:47 +0800 |
commit | 6c58d54e091fd3ca94465a593ff7f2da1c43676f (patch) | |
tree | d53598395e9958a96c52a8e959d577fb66d18ce4 /devel | |
parent | 90169195683ac7ac57ec39bcf039e29d12f5c26b (diff) | |
download | freebsd-ports-gnome-6c58d54e091fd3ca94465a593ff7f2da1c43676f.tar.gz freebsd-ports-gnome-6c58d54e091fd3ca94465a593ff7f2da1c43676f.tar.zst freebsd-ports-gnome-6c58d54e091fd3ca94465a593ff7f2da1c43676f.zip |
. Install a copy of doc files.
Diffstat (limited to 'devel')
-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> |