From 9fd44632a49d29f70b5f4b4b9bac58393ba91b9c Mon Sep 17 00:00:00 2001 From: gdt Date: Tue, 23 Feb 2016 00:59:40 +0000 Subject: Install two more directories For an unknown reason, the package build succeeds often with EGDIR not explicitly created. However, sometimes it does not. Because a number of directories are created by pkgsrc anyway, just add the troublesome directories to the list. No PKGREVISION, since this does not affect any build that previously succeeded. --- mail/dcc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail/dcc') diff --git a/mail/dcc/Makefile b/mail/dcc/Makefile index 6b297026e2d..734db184879 100644 --- a/mail/dcc/Makefile +++ b/mail/dcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2015/08/28 08:09:28 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2016/02/23 00:59:40 gdt Exp $ DISTNAME= dcc-1.3.158 PKGREVISION= 1 @@ -83,6 +83,8 @@ BUILD_DEFS+= VARBASE INSTALLATION_DIRS+= bin INSTALLATION_DIRS+= libexec INSTALLATION_DIRS+= ${PKGMANDIR}/man8 +INSTALLATION_DIRS+= ${DCC_EGDIR} +INSTALLATION_DIRS+= ${DCC_EGDIR}/cgi-bin PKG_GROUPS= ${DCC_GROUP} PKG_USERS= ${DCC_USER}:${DCC_GROUP} -- cgit v1.2.3