diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-14 19:40:29 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-02-14 19:40:29 +0000 |
commit | fadf9454d384e798bd87ce43cfe9da5802df0ac4 (patch) | |
tree | f374dbec80a113bc9d0744c2c9ac2b530a19c995 /x11-fm/filerunner | |
parent | f1abb1a7ccc961c78f16410f2454dcf835b5bf58 (diff) | |
download | ports-fadf9454d384e798bd87ce43cfe9da5802df0ac4.tar.gz ports-fadf9454d384e798bd87ce43cfe9da5802df0ac4.zip |
Fix frcolor & frftp's permission.
PR: ports/25058
Submitted by: Andre Goeree <abgoeree@uwnet.nl>
Notes
Notes:
svn path=/head/; revision=38341
Diffstat (limited to 'x11-fm/filerunner')
-rw-r--r-- | x11-fm/filerunner/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/filerunner/files/patch-frcolor | 10 | ||||
-rw-r--r-- | x11-fm/filerunner/files/patch-frftp | 10 |
3 files changed, 23 insertions, 1 deletions
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 } { |