diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 15:21:50 +0000 |
commit | e07031c753f6cd21fd1da774f6ac78ae36b89980 (patch) | |
tree | 8f0c8797ff5b0f302470e4075476086e60d3d743 /games/gnome2-games | |
parent | d660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff) | |
download | pkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz |
Use VARBASE.
Diffstat (limited to 'games/gnome2-games')
-rw-r--r-- | games/gnome2-games/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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} |