summaryrefslogtreecommitdiff
path: root/x11-fm/x-files/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-28 02:17:34 +0000
commit8d6f14a9b2d73e9a9cbd3f785b162547d769b53a (patch)
tree90ea645cc70e1ef2db1513c426e5aeb6eb33f840 /x11-fm/x-files/Makefile
parentln -> ${LN} (diff)
sed -> ${SED}
Notes
Notes: svn path=/head/; revision=21048
Diffstat (limited to 'x11-fm/x-files/Makefile')
-rw-r--r--x11-fm/x-files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/x-files/Makefile b/x11-fm/x-files/Makefile
index 3d26517e3310..30bad05827a9 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.8 1999/03/08 20:55:35 steve Exp $
+# $Id: Makefile,v 1.9 1999/07/02 00:00:26 mph Exp $
#
DISTNAME= X-Files-1.43
@@ -22,7 +22,7 @@ USE_X_PREFIX= yes
pre-install:
@tclsh8.0 ${SCRIPTDIR}/mktclIndex ${WRKSRC}
- @sed s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
+ @${SED} s#@X11BASE@#${X11BASE}# <${WRKSRC}/X-Files.tcl >${WRKSRC}/tmpfile
@mv ${WRKSRC}/tmpfile ${WRKSRC}/X-Files.tcl
do-install: