From e07031c753f6cd21fd1da774f6ac78ae36b89980 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Dec 2004 15:21:50 +0000 Subject: Use VARBASE. --- games/dopewars/Makefile | 4 ++-- games/gnome-games/Makefile | 4 ++-- games/gnome2-games/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games') diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 9024b54ccb9..8ec22886f3c 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/11/05 09:44:33 adam Exp $ +# $NetBSD: Makefile,v 1.32 2004/12/29 15:31:24 minskim Exp $ DISTNAME= dopewars-1.5.10 CATEGORIES= games @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --disable-gui-client CONFIGURE_ARGS+= --disable-glib2 CONFIGURE_ARGS+= --without-esd CONFIGURE_ARGS+= --without-sdl -CONFIGURE_ARGS+= --localstatedir=/var/games +CONFIGURE_ARGS+= --localstatedir=${VARBASE}/games INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]* diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 55c6b0a0c9f..4f7572e708a 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2004/12/28 23:18:16 reed Exp $ +# $NetBSD: Makefile,v 1.71 2004/12/29 15:31:24 minskim Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 16 @@ -30,7 +30,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --localstatedir=${VARBASE} INSTALL_FILE= ${WRKDIR}/INSTALL diff --git a/games/gnome2-games/Makefile b/games/gnome2-games/Makefile index 5110c56b87d..f911b409153 100644 --- a/games/gnome2-games/Makefile +++ b/games/gnome2-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/12/04 22:40:04 jmmv Exp $ +# $NetBSD: Makefile,v 1.40 2004/12/29 15:31:24 minskim Exp $ DISTNAME= gnome-games-2.8.2 CATEGORIES= games gnome @@ -27,7 +27,7 @@ INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL GNU_CONFIGURE= yes CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} -CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --localstatedir=${VARBASE} # This package installs files in sysconfdir but does not read them directly, # so the following configuration argument is safe. CONFIGURE_ARGS+= --sysconfdir=${EGDIR} -- cgit v1.2.3