From fadf9454d384e798bd87ce43cfe9da5802df0ac4 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 14 Feb 2001 19:40:29 +0000 Subject: Fix frcolor & frftp's permission. PR: ports/25058 Submitted by: Andre Goeree --- x11-fm/filerunner/Makefile | 4 +++- x11-fm/filerunner/files/patch-frcolor | 10 ++++++++++ x11-fm/filerunner/files/patch-frftp | 10 ++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 x11-fm/filerunner/files/patch-frcolor create mode 100644 x11-fm/filerunner/files/patch-frftp (limited to 'x11-fm') diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index 14bc749fb53f..a14d0402e922 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -26,8 +26,10 @@ pre-build: do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner + @ ${INSTALL_SCRIPT} ${WRKSRC}/frcolor ${PREFIX}/lib/FileRunner + @ ${INSTALL_SCRIPT} ${WRKSRC}/frftp ${PREFIX}/lib/FileRunner @ ${LN} -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin -.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl frcolor frftp ftp.tcl http.tcl tclIndex +.for file in FAQ HISTORY QuickStart.txt Tips.txt Users_Guide.txt chmod.tcl cmd.tcl config.tcl dialog_about.tcl ext.so font.tcl ftp.tcl http.tcl tclIndex @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor .for map in cross.bit frterm.bit larger.bit left.bit max.bit pgdown.bit pgup.bit right.bit smaller.bit toggle.bit tree.bit up.bit update.bit xterm.bit diff --git a/x11-fm/filerunner/files/patch-frcolor b/x11-fm/filerunner/files/patch-frcolor new file mode 100644 index 000000000000..ecd58213e3d4 --- /dev/null +++ b/x11-fm/filerunner/files/patch-frcolor @@ -0,0 +1,10 @@ +--- frcolor.orig Thu Feb 15 03:32:30 2001 ++++ frcolor Thu Feb 15 03:32:42 2001 +@@ -1,6 +1,6 @@ + #!/bin/sh + # the next line restarts using wish \ +-exec wish8.0 "$0" "$@" ++exec wish8.2 "$0" "$@" + + # tcolor -- + # This script implements a simple color editor, where you can diff --git a/x11-fm/filerunner/files/patch-frftp b/x11-fm/filerunner/files/patch-frftp new file mode 100644 index 000000000000..76cec96fe2f1 --- /dev/null +++ b/x11-fm/filerunner/files/patch-frftp @@ -0,0 +1,10 @@ +--- frftp.orig Thu Feb 15 03:32:34 2001 ++++ frftp Thu Feb 15 03:32:53 2001 +@@ -1,6 +1,6 @@ + #! /bin/sh + # the next line restarts using wish \ +-exec wish8.0 $0 wish8.0 $* ++exec wish8.2 $0 wish8.2 $* + + + proc ShowWindow { realhost file } { -- cgit v1.2.3