pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/wdm Honour VARBASE when accessing the log file and...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/118529d9b1eb
branches:  trunk
changeset: 490723:118529d9b1eb
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Mar 18 19:55:45 2005 +0000

description:
Honour VARBASE when accessing the log file and the run lock.

diffstat:

 x11/wdm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2d49398b7608 -r 118529d9b1eb x11/wdm/Makefile
--- a/x11/wdm/Makefile  Fri Mar 18 19:42:30 2005 +0000
+++ b/x11/wdm/Makefile  Fri Mar 18 19:55:45 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/03/18 19:42:30 jmmv Exp $
+# $NetBSD: Makefile,v 1.21 2005/03/18 19:55:45 jmmv Exp $
 
 DISTNAME=              wdm-1.25
 PKGREVISION=           5
@@ -22,6 +22,8 @@
 CONFIGURE_ARGS+=       --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale
 CONFIGURE_ARGS+=       --with-gfx-incs=${BUILDLINK_DIR}/include/WINGs
 CONFIGURE_ARGS+=       --with-gfx-libs=${BUILDLINK_DIR}/lib
+CONFIGURE_ARGS+=       --with-logdir=${VARBASE}/log
+CONFIGURE_ARGS+=       --with-runlockdir=${VARBASE}/run
 CONFIGURE_ENV+=                SYSTEM_SHELL="${SH}"
 
 RCD_SCRIPTS=           wdm



Home | Main Index | Thread Index | Old Index