diff options
author | agc <agc> | 2002-08-12 09:44:15 +0000 |
---|---|---|
committer | agc <agc> | 2002-08-12 09:44:15 +0000 |
commit | 6c04590415ef7119a07e00b2fa486cefef31b021 (patch) | |
tree | 405ee95f2783d13047c737c717644c2684e5242a /inputmethod | |
parent | 5adb0b6e1ccb14729983f503b804431f5c92c0cf (diff) | |
download | pkgsrc-6c04590415ef7119a07e00b2fa486cefef31b021.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/Makefile | 12 |
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" |