diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-26 22:46:40 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-26 22:46:40 +0000 |
commit | a29d05256bc8da86a66cbd5b6205327038a52662 (patch) | |
tree | 84166cb0fc4f7c7981102bd077126aeaccb9e2ea | |
parent | 2fdb7d93fda7cb83075785a788df1018589c285b (diff) | |
download | ports-a29d05256bc8da86a66cbd5b6205327038a52662.tar.gz ports-a29d05256bc8da86a66cbd5b6205327038a52662.zip |
Notes
-rw-r--r-- | editors/xemacs-devel/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 4 |
3 files changed, 6 insertions, 6 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:: diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 2b771670d4ee..2727ac7544a9 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_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:: diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 5568c8a0eab9..68c451039851 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_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:: |