From 6c4db3a7acb739675c82bf1e1fb9ee62c95a61dd Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 9 Feb 2009 23:05:02 +0000 Subject: Don't create /var/spool/... at install time, the scripts will take care of it. Mark as user-destdir after that. --- chat/ejabberd/patches/patch-aa | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'chat/ejabberd/patches') diff --git a/chat/ejabberd/patches/patch-aa b/chat/ejabberd/patches/patch-aa index 1684638f08e..709c9038b30 100644 --- a/chat/ejabberd/patches/patch-aa +++ b/chat/ejabberd/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2008/11/12 13:13:59 martti Exp $ +$NetBSD: patch-aa,v 1.4 2009/02/09 23:05:02 joerg Exp $ Modified for pkgsrc @@ -24,3 +24,11 @@ Modified for pkgsrc SBINDIR = $(DESTDIR)@sbindir@ ifeq ($(shell uname),Darwin) +@@ -114,7 +114,6 @@ install: all + install -m 644 *.beam $(BEAMDIR) + rm -f $(BEAMDIR)/configure.beam + install -m 644 *.app $(BEAMDIR) +- install -d -m 750 $(SPOOLDIR) + install -d $(SODIR) + install -d $(PBINDIR) + install -m 644 *.so $(SODIR) -- cgit v1.2.3