aboutsummaryrefslogtreecommitdiffstats
path: root/mail/majordomo
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-01-12 00:49:19 +0800
committermax <max@FreeBSD.org>1997-01-12 00:49:19 +0800
commit4f814306f78e51c375368778a7455e378426e420 (patch)
treea7181322934b62cb0faa67a252b7fc0886336b9f /mail/majordomo
parent8829321182fa871ad1c003201f7a2194e873d8a1 (diff)
downloadfreebsd-ports-gnome-4f814306f78e51c375368778a7455e378426e420.tar.gz
freebsd-ports-gnome-4f814306f78e51c375368778a7455e378426e420.tar.zst
freebsd-ports-gnome-4f814306f78e51c375368778a7455e378426e420.zip
Distributed Makefile assumes /usr/tmp for tmpdir, and make install failed.
Changed it to /var/tmp. (I remember someone was pointing this out in ports@freebsd.org, but apparently, it wasn't picked up by jfitz.)
Diffstat (limited to 'mail/majordomo')
-rw-r--r--mail/majordomo/files/patch-aa11
1 files changed, 8 insertions, 3 deletions
diff --git a/mail/majordomo/files/patch-aa b/mail/majordomo/files/patch-aa
index fd32471c6b3c..bc04654df8ec 100644
--- a/mail/majordomo/files/patch-aa
+++ b/mail/majordomo/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Mon Dec 9 10:41:18 1996
-+++ Makefile Fri Dec 27 00:25:07 1996
+--- Makefile.orig Tue Dec 10 00:41:18 1996
++++ Makefile Sun Jan 12 01:39:10 1997
@@ -12,22 +12,22 @@
#
@@ -28,7 +28,7 @@
# These set the permissions for all installed files and executables (except
# the wrapper), respectively. Some sites may wish to make these more
-@@ -61,7 +61,7 @@
+@@ -61,11 +61,11 @@
# parent process, and without the leading "W_" in the variable names) gets
# passed to processes run by "wrapper"
W_SHELL = /bin/sh
@@ -37,3 +37,8 @@
W_MAJORDOMO_CF = $(W_HOME)/majordomo.cf
# A directory for temp files..
+-TMPDIR = /usr/tmp
++TMPDIR = /var/tmp
+
+ #--------YOU SHOULDN'T HAVE TO CHANGE ANYTHING BELOW THIS LINE.-------------
+