aboutsummaryrefslogtreecommitdiffstats
path: root/mail/distribute/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'mail/distribute/files/patch-aa')
-rw-r--r--mail/distribute/files/patch-aa46
1 files changed, 46 insertions, 0 deletions
diff --git a/mail/distribute/files/patch-aa b/mail/distribute/files/patch-aa
new file mode 100644
index 000000000000..117a4d620a54
--- /dev/null
+++ b/mail/distribute/files/patch-aa
@@ -0,0 +1,46 @@
+--- Makefile.orig Thu Oct 2 01:18:07 1997
++++ Makefile Thu Oct 2 01:21:10 1997
+@@ -66,7 +66,7 @@
+ ## -DDEF_ALIAS_CHAR_OPTION=\"b\"
+
+ #
+-DESTDIR=
++DESTDIR= ${PREFIX}
+ #
+ CFLAGS= -g ${OPTIONS} ${DEFAULTCONFIG} ${RCONFIG}
+ # -Wall
+@@ -75,8 +75,8 @@
+ MAKE= make
+ CC= ${PURIFY} ${PURIFYOPTS} cc
+
+-WHERE= /usr/local/libexec
+-MANDIR= /usr/local/man
++WHERE= /sbin
++MANDIR= /man
+ MANSEC= 1
+
+ # Install as
+@@ -84,7 +84,7 @@
+ GROUP= daemon
+
+ # install
+-INSTALL= install -c
++#INSTALL= install -c
+
+ # perl
+ PERL=perl
+@@ -130,11 +130,11 @@
+ @size xarchive
+
+ install: xdistribute distribute.1 xarchive
+- ${INSTALL} -s -o ${OWNER} -g ${GROUP} -m 511 xdistribute \
++ ${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 511 xdistribute \
+ ${DESTDIR}${WHERE}/distribute
+- ${INSTALL} -s -o ${OWNER} -g ${GROUP} -m 511 xarchive \
++ ${INSTALL} -c -s -o ${OWNER} -g ${GROUP} -m 511 xarchive \
+ ${DESTDIR}${WHERE}/archive
+- ${INSTALL} -m 444 distribute.1 \
++ ${INSTALL_MAN} distribute.1 \
+ ${DESTDIR}${MANDIR}/man${MANSEC}/distribute.${MANSEC}
+
+ testinst: xdistribute xarchive