diff options
author | agc <agc@pkgsrc.org> | 2002-08-12 09:44:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-12 09:44:15 +0000 |
commit | 152a9e10d4d35053c510a87511fba397adba5b80 (patch) | |
tree | 405ee95f2783d13047c737c717644c2684e5242a /inputmethod | |
parent | 7832e64d14ec0716a79e14f118039d6f6996f0de (diff) | |
download | pkgsrc-152a9e10d4d35053c510a87511fba397adba5b80.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" |