summaryrefslogtreecommitdiff
path: root/mail/sympa
diff options
context:
space:
mode:
authorrillig <rillig>2005-08-23 11:48:47 +0000
committerrillig <rillig>2005-08-23 11:48:47 +0000
commit47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869 (patch)
tree47a0e07bf95d82fd146b551a36227c5d1c0676ab /mail/sympa
parentbf0c96ed24fea2ba04e4f9c80923df5e3dcdc0f8 (diff)
downloadpkgsrc-47e4458dad4a3f51b7c3aa5ed9c9cd8e4cef1869.tar.gz
The real user name in PKG_USERS does not need to be escaped with double
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk.
Diffstat (limited to 'mail/sympa')
-rw-r--r--mail/sympa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sympa/Makefile b/mail/sympa/Makefile
index 83b5e417a93..3a3683a06e9 100644
--- a/mail/sympa/Makefile
+++ b/mail/sympa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:22 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/08/23 11:48:49 rillig Exp $
#
DISTNAME= sympa-4.1.2
@@ -85,7 +85,7 @@ SYMPA_SPOOL= ${SYMPA_VARBASE}/spool
SYMPA_BIN= ${SYMPA_PREFIX}/bin
PKG_GROUPS= ${SYMPA_GROUP}
-PKG_USERS= ${SYMPA_USER}:${SYMPA_GROUP}::Sympa\\ user:${SYMPA_VARBASE}
+PKG_USERS= ${SYMPA_USER}:${SYMPA_GROUP}::Sympa\ user:${SYMPA_VARBASE}
.for d in sympa sympa/create_list_templates sympa/general_task_models \
sympa/scenari sympa/task_models sympa/templates sympa/wws_templates