Create user/group

This commit is contained in:
ryoon 2012-12-24 02:43:26 +00:00
parent 9e01ff1d0f
commit 0098c452ab

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2012/10/28 06:31:04 asau Exp $
# $NetBSD: Makefile,v 1.4 2012/12/24 02:43:26 ryoon Exp $
#
DISTNAME= sencha-sns-1.0.3
@ -27,6 +27,16 @@ BUILD_DEFS+= APACHE_GROUP APACHE_USER
SENCHADIR= share/sencha-sns
INSTALLATION_DIRS= ${SENCHADIR}
.include "../../mk/bsd.prefs.mk"
APACHE_USER?= www
APACHE_GROUP?= www
PKG_GROUPS= ${APACHE_GROUP}
PKG_USERS= ${APACHE_USER}:${APACHE_GROUP}
PKG_USERS_VARS= APACHE_USER
PKG_GROUPS_VARS= APACHE_GROUP
FILES_SUBST+= WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
SENCHADIR=${SENCHADIR}