summaryrefslogtreecommitdiff
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-aa38
1 files changed, 0 insertions, 38 deletions
diff --git a/mail/distribute/files/patch-aa b/mail/distribute/files/patch-aa
deleted file mode 100644
index d82023d1657b..000000000000
--- a/mail/distribute/files/patch-aa
+++ /dev/null
@@ -1,38 +0,0 @@
---- Makefile.orig Thu Apr 11 11:25:35 2002
-+++ Makefile Thu Apr 11 11:27:10 2002
-@@ -85,16 +85,16 @@
- #-D__USE_FIXED_PROTOTYPES__
-
- PREFIX= /usr/local
--WHERE= ${PREFIX}/libexec
-+WHERE= ${PREFIX}/sbin
- MANDIR= ${PREFIX}/man
- MANSEC= 1
-
- # Install as
--OWNER= daemon
--GROUP= daemon
-+OWNER= ${DISTRIBUTE_OWNER}
-+GROUP= ${DISTRIBUTE_GROUP}
-
- # install
--INSTALL= install -c
-+#INSTALL= install -c
-
- # perl
- PERL=perl
-@@ -140,11 +140,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