summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-02-15 20:46:20 +0000
committerrillig <rillig@pkgsrc.org>2005-02-15 20:46:20 +0000
commita16ef8076846125d723f48a0b6a726f261780e12 (patch)
treef0d78c24678bff14f1dfcd1fe366ad2d492d3481 /chat
parent970cd6b705548f530ca57dcf1d15c864c2506b62 (diff)
downloadpkgsrc-a16ef8076846125d723f48a0b6a726f261780e12.tar.gz
Fixed a quoting error ($ => $$) in a sed expression. Bumped PKGREVISION.
Approved by xtraeme.
Diffstat (limited to 'chat')
-rw-r--r--chat/jabberd2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/chat/jabberd2/Makefile b/chat/jabberd2/Makefile
index 189b0b0dd06..e2291363f89 100644
--- a/chat/jabberd2/Makefile
+++ b/chat/jabberd2/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/01/20 15:08:54 xtraeme Exp $
+# $NetBSD: Makefile,v 1.19 2005/02/15 20:46:20 rillig Exp $
#
DISTNAME= jabberd-2.0s6
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://www.jabberstudio.org/files/jabberd2/
@@ -24,7 +25,7 @@ SUBST_STAGE.path= post-patch
SUBST_FILES.path= configure
SUBST_MESSAGE.path= "Fixing configure script."
SUBST_SED.path= -e "s,/usr/local,${PREFIX},g" \
- -e "s,\$sysconfdir/jabberd,\$sysconfdir,g"
+ -e "s,\$$sysconfdir/jabberd,\$$sysconfdir,g"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-mysql