From 7a95adad42b3c7b40d157d5aad4d76454fc61dfd Mon Sep 17 00:00:00 2001 From: rillig Date: Tue, 23 Aug 2005 11:48:47 +0000 Subject: 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. --- mail/sympa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/sympa') 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 -- cgit v1.2.3