diff options
author | rillig <rillig@pkgsrc.org> | 2005-08-23 11:48:47 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-08-23 11:48:47 +0000 |
commit | 08a9e18b11f998c717e08a737d9d35c9f4219eb3 (patch) | |
tree | 47a0e07bf95d82fd146b551a36227c5d1c0676ab /inputmethod | |
parent | e77d7a8f56ec1cba9542325fe74facbe910b1cb8 (diff) | |
download | pkgsrc-08a9e18b11f998c717e08a737d9d35c9f4219eb3.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 'inputmethod')
-rw-r--r-- | inputmethod/canna-server/Makefile | 4 | ||||
-rw-r--r-- | inputmethod/ja-freewnn-server-bin/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/inputmethod/canna-server/Makefile b/inputmethod/canna-server/Makefile index 7ad48b4eef6..c99dd5dd218 100644 --- a/inputmethod/canna-server/Makefile +++ b/inputmethod/canna-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:11 tv Exp $ +# $NetBSD: Makefile,v 1.12 2005/08/23 11:48:47 rillig Exp $ # .include "../canna/Makefile.common" @@ -18,7 +18,7 @@ MESSAGE_SUBST+= CANNA_USER="${CANNA_USER}" MESSAGE_SUBST+= CANNA_GROUP="${CANNA_GROUP}" PKG_GROUPS= ${CANNA_GROUP} -PKG_USERS= ${CANNA_USER}:${CANNA_GROUP}::Canna\\ user +PKG_USERS= ${CANNA_USER}:${CANNA_GROUP}::Canna\ user OWN_DIRS_PERMS= ${CANNA_SPOOL} ${CANNA_USER} ${CANNA_GROUP} ${CANNA_MODE} diff --git a/inputmethod/ja-freewnn-server-bin/Makefile b/inputmethod/ja-freewnn-server-bin/Makefile index e874a7a3c77..ebb4c80830b 100644 --- a/inputmethod/ja-freewnn-server-bin/Makefile +++ b/inputmethod/ja-freewnn-server-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/05/05 19:37:23 kei Exp $ +# $NetBSD: Makefile,v 1.11 2005/08/23 11:48:48 rillig Exp $ # PKGNAME= ja-FreeWnn-server-bin-1.10 @@ -28,7 +28,7 @@ FREEWNN_GROUP?= jserver BUILD_DEFS+= FREEWNN_USER FREEWNN_GROUP PKG_GROUPS= ${FREEWNN_GROUP} -PKG_USERS= ${FREEWNN_USER}:${FREEWNN_GROUP}::Freewnn\\ user +PKG_USERS= ${FREEWNN_USER}:${FREEWNN_GROUP}::Freewnn\ user .include "../ja-freewnn-lib/buildlink3.mk" .include "../ja-freewnn-lib/Makefile.common" |