aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2001-03-30 06:48:45 +0800
committermharo <mharo@FreeBSD.org>2001-03-30 06:48:45 +0800
commit75e5997800782439a944259637ec8f6869a69f14 (patch)
tree269c3e0f6d99ec1b34c06a4fb128283434604e35 /shells
parentcfec48411ff7decfcd6f1b69a7587d9fdceec4a7 (diff)
downloadfreebsd-ports-gnome-75e5997800782439a944259637ec8f6869a69f14.tar.gz
freebsd-ports-gnome-75e5997800782439a944259637ec8f6869a69f14.tar.zst
freebsd-ports-gnome-75e5997800782439a944259637ec8f6869a69f14.zip
Make WRKDIR safe (fix broken on bento)
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