diff options
author | seb <seb@pkgsrc.org> | 2003-08-07 15:29:57 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-07 15:29:57 +0000 |
commit | ae90737ddfcdfab2ec4d59f30e62ba040a141dc4 (patch) | |
tree | 2e6d7d006805bbb10231c03bf2ea25153495cd9c /comms/mgetty+sendfax | |
parent | 56947170ee79b4f31ff96baff7b5def605f20a0b (diff) | |
download | pkgsrc-ae90737ddfcdfab2ec4d59f30e62ba040a141dc4.tar.gz |
The INSTALL and DEINSTALL scripts were overlooked during the
conversion to USE_NEW_TEXINFO. But...
Replace them with MAKE_DIRS_PERMS from the bsd.pkg.install.mk
framework.
Diffstat (limited to 'comms/mgetty+sendfax')
-rw-r--r-- | comms/mgetty+sendfax/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/comms/mgetty+sendfax/Makefile b/comms/mgetty+sendfax/Makefile index 8451419f669..15ebc7438ef 100644 --- a/comms/mgetty+sendfax/Makefile +++ b/comms/mgetty+sendfax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2003/07/17 21:26:51 grant Exp $ +# $NetBSD: Makefile,v 1.32 2003/08/07 15:29:57 seb Exp $ # FreeBSD Id: Makefile,v 1.25 1998/07/16 06:44:37 vanilla Exp # @@ -40,6 +40,10 @@ CONF_FILES+= ${_EXAMPLES_DIR}/${cfg} ${PKG_SYSCONFDIR}/${cfg} .endif _EXAMPLES_DIR= ${PREFIX}/share/examples/mgetty+sendfax +MAKE_DIRS_PERMS+= /var/spool/fax ${ROOT_USER} ${ROOT_GROUP} 755 +MAKE_DIRS_PERMS+= /var/spool/fax/incoming ${ROOT_USER} ${ROOT_GROUP} 755 +MAKE_DIRS_PERMS+= /var/spool/fax/outgoing ${ROOT_USER} ${ROOT_GROUP} 1777 +MAKE_DIRS_PERMS+= /var/spool/fax/outgoing/locks ${ROOT_USER} ${ROOT_GROUP} 777 do-configure: ${MV} ${WRKSRC}/doc/fax.1in ${WRKSRC}/doc/sendfax.1in |