From a1c94af743098c1e38df06497d68932d89db0db5 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Fri, 17 May 2002 20:05:59 +0000 Subject: 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. --- devel/tkp4/files/patch-docs | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 devel/tkp4/files/patch-docs (limited to 'devel/tkp4/files/patch-docs') 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/. + +--- 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]] -- cgit v1.2.3