summaryrefslogtreecommitdiff
path: root/chat/ejabberd/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-09 23:05:02 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-09 23:05:02 +0000
commit6c4db3a7acb739675c82bf1e1fb9ee62c95a61dd (patch)
tree2ef1263ce744bbaae2f0f769aad4b3ab098ce115 /chat/ejabberd/patches
parent3c645bb7fc37b7d01fc429cb6ae2e339153385de (diff)
downloadpkgsrc-6c4db3a7acb739675c82bf1e1fb9ee62c95a61dd.tar.gz
Don't create /var/spool/... at install time, the scripts will take care
of it. Mark as user-destdir after that.
Diffstat (limited to 'chat/ejabberd/patches')
-rw-r--r--chat/ejabberd/patches/patch-aa10
1 files changed, 9 insertions, 1 deletions
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)