summaryrefslogtreecommitdiff
path: root/editors/xemacs21
diff options
context:
space:
mode:
authorGary Jennejohn <gj@FreeBSD.org>2001-10-27 16:24:43 +0000
committerGary Jennejohn <gj@FreeBSD.org>2001-10-27 16:24:43 +0000
commitf950dd3d7e15ba80daf56ced8277f39122dc3bd7 (patch)
treefb9407a51cb584e8c00d59bd99d251d98dc880bf /editors/xemacs21
parentThere's no such host as gw.feral.com any more. (diff)
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
Notes
Notes: svn path=/head/; revision=49267
Diffstat (limited to 'editors/xemacs21')
-rw-r--r--editors/xemacs21/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index 68c451039851..00235a792430 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/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::