diff options
Diffstat (limited to 'shells/mudsh/Makefile')
-rw-r--r-- | shells/mudsh/Makefile | 2 |
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 |