openbsd-ports/news/leafnode/patches/patch-Makefile_in
marcm f3f255b2dd Update to 1.9.40.
Among other things this fixes the annoying "cannot parse
server reply" error messages that come spewing forth on server replies that
should otherwise be parsed just fine.

ok rohee@
2003-05-21 06:51:43 +00:00

20 lines
758 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.10 2003/05/21 06:51:43 marcm Exp $
--- Makefile.in.orig Thu May 8 02:45:27 2003
+++ Makefile.in Fri May 16 09:45:41 2003
@@ -1360,15 +1360,7 @@ install-data-hook: quickmkdir amiroot
set -e ; for i in . leaf.node failed.postings interesting.groups \
out.going message.id temp.files ; do \
mkdir -p $(DESTDIR)$(SPOOLDIR)/$$i ; \
- if ./amiroot ; then \
- chown news:news $(DESTDIR)$(SPOOLDIR)/$$i ; \
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
done
- d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
- if ./amiroot ; then \
- chown news:news "$${d}" ; \
- chmod 2775 "$${d}" ; fi
- ./quickmkdir $(DESTDIR)
uninstall-local:
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@