diff options
author | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-04-23 00:12:35 +0000 |
commit | 20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5 (patch) | |
tree | 6dc352508076c2511c051c32fe25d3b9ea6c8c20 /inputmethod | |
parent | 1681e974bb6b92327674323cc6ecfcdc2381500b (diff) | |
download | pkgsrc-20460d2ae15d7505f5cfb4ce57ff35f9c49cf1e5.tar.gz |
Modify packages that set PKG_USERS and PKG_GROUPS to follow the new
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
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 da381c0c0e4..32dd7b6fa0d 100644 --- a/inputmethod/canna-server/Makefile +++ b/inputmethod/canna-server/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/03/14 01:14:29 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/23 00:12:37 jlam Exp $ # .include "../../inputmethod/canna/Makefile.common" @@ -15,7 +15,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} 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 29c2607e464..72edda86d23 100644 --- a/inputmethod/ja-freewnn-server-bin/Makefile +++ b/inputmethod/ja-freewnn-server-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/12/29 06:21:45 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2006/04/23 00:12:37 jlam Exp $ # PKGNAME= ja-FreeWnn-server-bin-1.10 @@ -27,7 +27,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} .include "../../inputmethod/ja-freewnn-lib/buildlink3.mk" .include "../../inputmethod/ja-freewnn-lib/Makefile.common" |