1
0
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:
Vanilla I. Shu 2001-02-14 19:40:29 +00:00
parent f1abb1a7cc
commit fadf9454d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38341
3 changed files with 23 additions and 1 deletions

View File

@ -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

View 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

View 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 } {