diff options
author | max <max@FreeBSD.org> | 1997-01-12 03:56:25 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-01-12 03:56:25 +0800 |
commit | 6ccdb438235c3ee4441e608a7c349e6669f9dca6 (patch) | |
tree | a96ae86f4baaf28724275a365cea6287d3df0a8a /mail/majordomo | |
parent | 4f814306f78e51c375368778a7455e378426e420 (diff) | |
download | freebsd-ports-gnome-6ccdb438235c3ee4441e608a7c349e6669f9dca6.tar.gz freebsd-ports-gnome-6ccdb438235c3ee4441e608a7c349e6669f9dca6.tar.zst freebsd-ports-gnome-6ccdb438235c3ee4441e608a7c349e6669f9dca6.zip |
In the distributed Makefile:
TMPDIR = /var/tmp -> TMPDIR?= /var/tmp
Suggested by: chuckr
Diffstat (limited to 'mail/majordomo')
-rw-r--r-- | mail/majordomo/files/patch-aa | 2 |
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.------------- |