diff options
author | jlam <jlam@pkgsrc.org> | 2006-10-30 04:12:18 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-10-30 04:12:18 +0000 |
commit | 82a5d19200744c36252557195b9beb1f4d935be3 (patch) | |
tree | d56074db125166a8f21467e46da9763595bf72a8 /net | |
parent | 68e34263fa35cd85aa591b0ba2f4dcddc094a3d8 (diff) | |
download | pkgsrc-82a5d19200744c36252557195b9beb1f4d935be3.tar.gz |
Create the UUCP directories at post-install time.
Diffstat (limited to 'net')
-rw-r--r-- | net/uucp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/uucp/Makefile b/net/uucp/Makefile index 9ecf479b04b..e01e2ac5899 100644 --- a/net/uucp/Makefile +++ b/net/uucp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/10/30 03:33:59 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/10/30 04:12:18 jlam Exp $ DISTNAME= uucp-1.07 PKGREVISION= 1 @@ -47,6 +47,10 @@ UUCP_LOGFILE?= ${UUCP_SPOOLDIR}/Log UUCP_STATFILE?= ${UUCP_SPOOLDIR}/Stats UUCP_DEBUGFILE?= ${UUCP_SPOOLDIR}/Debug +OWN_DIRS_PERMS= ${UUCP_LOCKDIR} ${UUCP_USER} ${UUCP_GROUP} 0755 +OWN_DIRS_PERMS+= ${UUCP_SPOOLDIR} ${UUCP_USER} ${UUCP_GROUP} 0755 +OWN_DIRS_PERMS+= ${UUCP_PUBDIR} ${UUCP_USER} ${UUCP_GROUP} 1777 + # Generate a policy_local.h header file that holds the paths used by UUCP. post-configure: @${RM} -f ${WRKSRC}/policy_local.h |