1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Don't use non-existant /usr/tmp

Submitted by:	bento
This commit is contained in:
Alexander Langer 2001-03-31 13:21:19 +00:00
parent 18a7e0ba0d
commit 3f2bfb783e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40661

View File

@ -1,5 +1,5 @@
--- norsk/Makefile.orig Tue Sep 5 23:50:30 2000
+++ norsk/Makefile Sat Jan 13 15:23:30 2001
--- Makefile.orig Tue Sep 5 23:50:30 2000
+++ Makefile Sat Mar 31 14:57:58 2001
@@ -8,9 +8,9 @@
SHELL = /bin/sh
MAKE = make
@ -22,7 +22,13 @@
# The following ugly code munches a part of the base file, keeping the
# indications of the frequency of the words. It also removes some
@@ -296,7 +296,7 @@
@@ -292,19 +292,23 @@
# Nasty bug, and very silent.
PATH=$(PATHADDER):$$PATH; \
export PATH; \
+ TMPDIR=/tmp; \
+ export TMPDIR; \
${CATNOHEADER} \
| grep -e '$(subst munched.,,$@)$$' \
| sed -e 's/ .*//' -e 's/-/î/g' -e 's/ \*//' \
| grep '^[${UCH}]' \
@ -31,7 +37,9 @@
> munch1.tmp
PATH=$(PATHADDER):$$PATH; \
export PATH; \
@@ -304,7 +304,7 @@
+ TMPDIR=/tmp; \
+ export TMPDIR; \
${CATNOHEADER} \
| grep -e '$(subst munched.,,$@)$$' \
| sed -e 's/ .*//' -e 's/-/î/g' -e 's/ \*//' \
| grep -v '^[${UCH}]' \
@ -40,7 +48,13 @@
>> munch1.tmp
cat munch1.tmp \
| sed -e 's/\(zyzyzy\|ZYZYZY\)/\1\/\` /' \
@@ -463,7 +463,7 @@
@@ -459,11 +463,13 @@
nynorsk.mch: norsk.words ny${AFFIXES}.munch
PATH=$(PATHADDER):$$PATH; \
export PATH; \
+ TMPDIR=/tmp; \
+ export TMPDIR; \
${CATNOHEADER} \
| grep '\*' \
| sed -e 's/ .*//' \
| tr -d '-' \