summaryrefslogtreecommitdiff
path: root/inputmethod
diff options
context:
space:
mode:
authoragc <agc>2002-08-12 09:44:15 +0000
committeragc <agc>2002-08-12 09:44:15 +0000
commitd66015e90edb367e786bda951db3c9be97665038 (patch)
tree405ee95f2783d13047c737c717644c2684e5242a /inputmethod
parent58029481bb4edfdc56a22a5fda442ac1647acfd2 (diff)
downloadpkgsrc-d66015e90edb367e786bda951db3c9be97665038.tar.gz
Create the Freewnn user and group in this package - they default to
wnn and jserver, respectively.
Diffstat (limited to 'inputmethod')
-rw-r--r--inputmethod/ja-freewnn-server-bin/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/inputmethod/ja-freewnn-server-bin/Makefile b/inputmethod/ja-freewnn-server-bin/Makefile
index a18b5f2b769..28ca7e8b9bb 100644
--- a/inputmethod/ja-freewnn-server-bin/Makefile
+++ b/inputmethod/ja-freewnn-server-bin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/06/10 09:13:31 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2002/08/12 09:44:15 agc Exp $
#
PKGNAME= ja-FreeWnn-server-bin-1.10
@@ -17,5 +17,15 @@ FILESDIR= ${.CURDIR}/../ja-freewnn-lib/files
DISTINFO_FILE= ${.CURDIR}/../ja-freewnn-lib/distinfo
PATCHDIR= ${.CURDIR}/../ja-freewnn-lib/patches
+.include "../../mk/bsd.prefs.mk"
+
+FREEWNN_USER?= wnn
+FREEWNN_GROUP?= jserver
+BUILD_DEFS+= FREEWNN_USER FREEWNN_GROUP
+
+PKG_GROUPS= ${FREEWNN_GROUP}
+PKG_USERS= ${FREEWNN_USER}:${FREEWNN_GROUP}::Freewnn\\ user
+
+.include "../../mk/bsd.pkg.install.mk"
.include "../ja-freewnn-lib/buildlink.mk"
.include "../ja-freewnn-lib/Makefile.common"