mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Fix frcolor & frftp's permission.
PR: ports/25058 Submitted by: Andre Goeree <abgoeree@uwnet.nl>
This commit is contained in:
parent
f1abb1a7cc
commit
fadf9454d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38341
@ -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
|
||||
|
10
x11-fm/filerunner/files/patch-frcolor
Normal file
10
x11-fm/filerunner/files/patch-frcolor
Normal file
@ -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
|
10
x11-fm/filerunner/files/patch-frftp
Normal file
10
x11-fm/filerunner/files/patch-frftp
Normal file
@ -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 } {
|
Loading…
Reference in New Issue
Block a user