summaryrefslogtreecommitdiff
path: root/mail/dcc
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2016-02-23 00:59:40 +0000
committergdt <gdt@pkgsrc.org>2016-02-23 00:59:40 +0000
commit9fd44632a49d29f70b5f4b4b9bac58393ba91b9c (patch)
tree2d8685c0f527190d211d5badacfd2dc3f4e8b1af /mail/dcc
parentf802c4d1ddc75a7f18e03af5d6397ca044a45ed1 (diff)
downloadpkgsrc-9fd44632a49d29f70b5f4b4b9bac58393ba91b9c.tar.gz
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.
Diffstat (limited to 'mail/dcc')
-rw-r--r--mail/dcc/Makefile4
1 files changed, 3 insertions, 1 deletions
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}