diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 02:42:41 +0000 |
commit | 3262cce303b354dfda0c0b11bbbda803a827665b (patch) | |
tree | c032983554a8629dd6dfa9af9f4d687c43e5ac6f /x11-fm | |
parent | 50af3342991a28fc1e594857fcef03e5fdf80c19 (diff) | |
download | ports-3262cce303b354dfda0c0b11bbbda803a827665b.tar.gz ports-3262cce303b354dfda0c0b11bbbda803a827665b.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/x-files/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile index 30bad05827a9..87fcfb8dec75 100644 --- a/x11-fm/x-files/Makefile +++ b/x11-fm/x-files/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1998 # Whom: Donald J. Maddox <dmaddox@conterra.com> # -# $Id: Makefile,v 1.9 1999/07/02 00:00:26 mph Exp $ +# $Id: Makefile,v 1.10 1999/08/28 02:17:32 mharo Exp $ # DISTNAME= X-Files-1.43 @@ -23,7 +23,7 @@ USE_X_PREFIX= yes pre-install: @tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC} @${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile - @mv ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl + @${MV} ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl do-install: @${MKDIR} ${PREFIX}/lib/X11/X-Files |