summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-09-24 19:30:40 +0000
committerjoerg <joerg@pkgsrc.org>2011-09-24 19:30:40 +0000
commita724c4674801230640ff7c4dcaa88cbf4e7159ac (patch)
tree38b3957e80e232bb20642961b01bd90ddea45dbc /comms
parent0953ed2c9a4aa0269201da022f967b2bb0af9ce0 (diff)
downloadpkgsrc-a724c4674801230640ff7c4dcaa88cbf4e7159ac.tar.gz
Uses chown during install phase, so ensure that the user/group exists
for destdir operation
Diffstat (limited to 'comms')
-rw-r--r--comms/mgetty+sendfax/Makefile4
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