aboutsummaryrefslogtreecommitdiff
path: root/editors/xemacs-devel
diff options
context:
space:
mode:
Diffstat (limited to 'editors/xemacs-devel')
-rw-r--r--editors/xemacs-devel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index 2b771670d4ee..2727ac7544a9 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -83,8 +83,8 @@ WITH_OFFIX?= --with-offix=no
# fix .so references in a few man pages
pre-configure::
.for file in etc/ctags.1 etc/gnuattach.1 etc/gnuclient.1 etc/gnudoit.1
- @${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > tmp_zot
- @${MV} tmp_zot ${WRKSRC}/${file}
+ @${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > /tmp/tmp_zot
+ @${MV} /tmp/tmp_zot ${WRKSRC}/${file}
.endfor
post-install::