diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 22:48:45 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-03-29 22:48:45 +0000 |
commit | 617ff2b4c1f4a6cabb8d9c8e51e78a08f007d7ff (patch) | |
tree | 208b0824f39c52b5a8033febd948cc88e5635a8b | |
parent | 4ab44e684669f8914664ae84796e924e1eedc79f (diff) | |
download | ports-617ff2b4c1f4a6cabb8d9c8e51e78a08f007d7ff.tar.gz ports-617ff2b4c1f4a6cabb8d9c8e51e78a08f007d7ff.zip |
Notes
-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 |