diff options
Diffstat (limited to 'comms/mgetty+sendfax/Makefile')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index a7a8047fad5..c48040ca76f 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.74 2011/04/16 11:16:34 obache Exp $ +# $NetBSD: Makefile,v 1.75 2011/09/24 19:30:40 joerg Exp $ DISTNAME= mgetty1.1.37-Jun05 PKGNAME= mgetty-1.1.37 @@ -49,6 +49,8 @@ CONF_FILES+= ${EXAMPLES_DIR}/${cfg} ${PKG_SYSCONFDIR}/${cfg} PKG_GROUPS= dialer PKG_USERS= fax:dialer +USERGROUP_PHASE= pre-install + EXAMPLES_DIR= ${PREFIX}/share/examples/mgetty+sendfax OWN_DIRS_PERMS+= /var/spool/fax ${ROOT_USER} ${ROOT_GROUP} 755 OWN_DIRS_PERMS+= /var/spool/fax/incoming ${ROOT_USER} ${ROOT_GROUP} 755 |