diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /x11-fm/filerunner | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'x11-fm/filerunner')
-rw-r--r-- | x11-fm/filerunner/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/filerunner/Makefile b/x11-fm/filerunner/Makefile index 2d7735fff0b6..0267300d49e9 100644 --- a/x11-fm/filerunner/Makefile +++ b/x11-fm/filerunner/Makefile @@ -3,7 +3,7 @@ # Date created: 3 August 1996 # Whom: lukin # -# $Id: Makefile,v 1.16 1998/08/07 23:56:49 asami Exp $ +# $Id: Makefile,v 1.17 1998/10/03 22:06:12 steve Exp $ # DISTNAME= FileRunner-2.5 @@ -26,7 +26,7 @@ pre-build: do-install: @ ${MKDIR} ${PREFIX}/lib/FileRunner/bitmaps @ ${INSTALL_SCRIPT} ${WRKSRC}/fr ${PREFIX}/lib/FileRunner - @ ln -sf ${PREFIX}/lib/FileRunner/fr ${PREFIX}/bin + @ ${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 @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/lib/FileRunner .endfor |