pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/inspircd Needs ${VARBASE}/log precreated.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70f8b3f3e0d5
branches:  trunk
changeset: 533766:70f8b3f3e0d5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Sep 29 12:40:25 2007 +0000

description:
Needs ${VARBASE}/log precreated.

diffstat:

 chat/inspircd/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 49ebc9195a78 -r 70f8b3f3e0d5 chat/inspircd/Makefile
--- a/chat/inspircd/Makefile    Sat Sep 29 12:38:54 2007 +0000
+++ b/chat/inspircd/Makefile    Sat Sep 29 12:40:25 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2007/08/25 09:21:15 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2007/09/29 12:40:25 rillig Exp $
 #
 
 DISTNAME=      InspIRCd-1.1.12
@@ -75,6 +75,7 @@
 BUILD_DEFS+=           INSP_MAXKICK INSP_MAXGECOS INSP_MAXAWAY INSP_MAXMODES
 BUILD_DEFS+=           VARBASE
 
+MAKE_DIRS+=            ${VARBASE}/log
 OWN_DIRS_PERMS+=       ${VARBASE}/run/inspircd \
                        ${INSPIRCD_USER:Q} ${INSPIRCD_GROUP:Q} 750
 



Home | Main Index | Thread Index | Old Index