summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-11 19:56:25 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-11 19:56:25 +0000
commit4afd23d6c89e92ae4123afe167420b4910e80155 (patch)
tree940237e7f9aa6c37b331561220ea5f7b6df7a5c4 /mail
parentDistributed Makefile assumes /usr/tmp for tmpdir, and make install failed. (diff)
In the distributed Makefile:
TMPDIR = /var/tmp -> TMPDIR?= /var/tmp Suggested by: chuckr
Notes
Notes: svn path=/head/; revision=5314
Diffstat (limited to 'mail')
-rw-r--r--mail/majordomo/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/majordomo/files/patch-aa b/mail/majordomo/files/patch-aa
index bc04654df8ec..07c143d0a374 100644
--- a/mail/majordomo/files/patch-aa
+++ b/mail/majordomo/files/patch-aa
@@ -38,7 +38,7 @@
# A directory for temp files..
-TMPDIR = /usr/tmp
-+TMPDIR = /var/tmp
++TMPDIR ?= /var/tmp
#--------YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.-------------