diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-17 20:05:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-05-17 20:05:59 +0000 |
commit | a1c94af743098c1e38df06497d68932d89db0db5 (patch) | |
tree | f6ca947f103973f3143784352fed4f1d0dcc9ce8 /devel/tkp4/files/patch-docs | |
parent | Update to 1.5.0. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=59348
Diffstat (limited to 'devel/tkp4/files/patch-docs')
-rw-r--r-- | devel/tkp4/files/patch-docs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/tkp4/files/patch-docs b/devel/tkp4/files/patch-docs new file mode 100644 index 000000000000..55b66f38bbf5 --- /dev/null +++ b/devel/tkp4/files/patch-docs @@ -0,0 +1,14 @@ +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]] |