From f950dd3d7e15ba80daf56ced8277f39122dc3bd7 Mon Sep 17 00:00:00 2001 From: Gary Jennejohn Date: Sat, 27 Oct 2001 16:24:43 +0000 Subject: Use ${WRKDIR} instead of /tmp for the temporary output from sed because it's just generally a better idea. Why didn't I think of that ? Submitted by: nectar --- editors/xemacs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/xemacs') diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 2727ac7544a9..a5cbd6c2e61e 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/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/tmp_zot - @${MV} /tmp/tmp_zot ${WRKSRC}/${file} + @${SED} -e 's/\.1/&.gz/' ${WRKSRC}/${file} > ${WRKDIR}/tmp_zot + @${MV} ${WRKDIR}/tmp_zot ${WRKSRC}/${file} .endfor post-install:: -- cgit v1.2.3