openbsd-ports/news/leafnode/patches/patch-Makefile_in
sturm c0d0f3e9ce update to 1.10.8
from maintainer rohee@
2005-01-24 11:48:30 +00:00

20 lines
752 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.16 2005/01/24 11:48:31 sturm Exp $
--- Makefile.in.orig Fri Jan 21 16:43:36 2005
+++ Makefile.in Mon Jan 24 12:34:44 2005
@@ -1332,14 +1332,7 @@ install-data-hook: 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_USER@:@NEWS_GROUP@ $(DESTDIR)$(SPOOLDIR)/$$i ; \
- chmod 2775 $(DESTDIR)$(SPOOLDIR)/$$i ; fi ; \
done
- d="`dirname $(DESTDIR)@LOCKFILE@`" ; mkdir -p "$${d}" && \
- if ./amiroot ; then \
- chown @NEWS_USER@:@NEWS_GROUP@ "$${d}" ; \
- chmod 2775 "$${d}" ; fi
uninstall-local:
rm -rf $(DESTDIR)$(SPOOLDIR) $(DESTDIR)@LOCKFILE@