1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/tkp4/files/patch-docs
Mikhail Teterin a1c94af743 Tkp4 lets you read its documentation at run time. Patch it to find in
the doc directory and unconditionalize document install -- so the
texts are found even in the case of NOPORTDOCS.

Not bumping the REVISION, since so little time elapsed since this port's
appearance.
2002-05-17 20:05:59 +00:00

15 lines
910 B
Plaintext

On FreeBSD, the customary places for documentation of the ported software
is under /usr/local/share/doc/<port name>.
--- tkp4.tcl Thu Sep 13 18:48:49 2001
+++ tkp4.tcl Fri May 17 15:48:48 2002
@@ -1893 +1893 @@
- p4_viewDialog show "TkP4 - Changes" [p4_fileGetText [file join $p4(libdir) CHANGES]]
+ p4_viewDialog show "TkP4 - Changes" [p4_fileGetText [file join $p4(libdir) .. doc tkp4 CHANGES]]
@@ -2032 +2032 @@
- p4_viewDialog show "TkP4 - P4Win Differences" [p4_fileGetText [file join $p4(libdir) P4WINdifferences]]
+ p4_viewDialog show "TkP4 - P4Win Differences" [p4_fileGetText [file join $p4(libdir) .. doc tkp4 P4WINdifferences]]
@@ -2038 +2038 @@
- p4_viewDialog show "TkP4 - Using" [p4_fileGetText [file join $p4(libdir) UsingTkP4]]
+ p4_viewDialog show "TkP4 - Using" [p4_fileGetText [file join $p4(libdir) .. doc tkp4 UsingTkP4]]