summaryrefslogtreecommitdiff
path: root/chat/ejabberd/patches
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2008-04-24 08:04:13 +0000
committermartti <martti@pkgsrc.org>2008-04-24 08:04:13 +0000
commitee83c338ddfb70a39e56f7cb0d0464b9ca73f575 (patch)
tree6b52a2ca75917c8d4bb6c0481d7d416c26a7b1a6 /chat/ejabberd/patches
parentbda08cd4028e9af99ce4849b9e90b1c31a7746fa (diff)
downloadpkgsrc-ee83c338ddfb70a39e56f7cb0d0464b9ca73f575.tar.gz
Fixed PLIST issues, this should not leave any files or directories behind now.
Diffstat (limited to 'chat/ejabberd/patches')
-rw-r--r--chat/ejabberd/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/ejabberd/patches/patch-aa b/chat/ejabberd/patches/patch-aa
index 89d849a17ec..68c7e5643d8 100644
--- a/chat/ejabberd/patches/patch-aa
+++ b/chat/ejabberd/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/10 08:58:32 martti Exp $
+$NetBSD: patch-aa,v 1.2 2008/04/24 08:04:13 martti Exp $
Modified for pkgsrc
@@ -17,7 +17,7 @@ Modified for pkgsrc
-LOGDIR = $(DESTDIR)@prefix@/var/log/ejabberd
-ETCDIR = $(DESTDIR)@prefix@/etc/ejabberd
+LOGDIR = $(DESTDIR)/@JABBERD_LOGDIR@
-+ETCDIR = $(DESTDIR)/@PKG_SYSCONFDIR@
++ETCDIR = $(DESTDIR)@prefix@/share/examples/ejabberd
SBINDIR = $(DESTDIR)@prefix@/sbin
ifeq ($(shell uname),Darwin)