summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-03-29 22:48:45 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-03-29 22:48:45 +0000
commit617ff2b4c1f4a6cabb8d9c8e51e78a08f007d7ff (patch)
tree208b0824f39c52b5a8033febd948cc88e5635a8b /shells
parentmake WRKDIR safe (fix broken on bento) (diff)
Make WRKDIR safe (fix broken on bento)
Notes
Notes: svn path=/head/; revision=40563
Diffstat (limited to 'shells')
-rw-r--r--shells/mudsh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/mudsh/Makefile b/shells/mudsh/Makefile
index 8dcee6fb31b2..87d05e35ae7d 100644
--- a/shells/mudsh/Makefile
+++ b/shells/mudsh/Makefile
@@ -24,7 +24,7 @@ post-extract:
do-patch:
@(${SED} -e 's,/usr/local/bin/perl,${PERL},1' ${WRKSRC}/${DISTNAME} \
- > foo && ${MV} foo ${WRKSRC}/${DISTNAME})
+ > ${WRKDIR}/foo && ${MV} ${WRKDIR}/foo ${WRKSRC}/${DISTNAME})
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${PREFIX}/bin