diff options
author | fredb <fredb@pkgsrc.org> | 2002-08-30 23:26:43 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-08-30 23:26:43 +0000 |
commit | 5aa286370ab7c0efd2fb4c69bd1f881e948d3cbb (patch) | |
tree | 43922b3768a8715f9933b2587c696f14003b6809 /games | |
parent | f14cdb14dd57cac5cde78cd7c5113e1e26347df9 (diff) | |
download | pkgsrc-5aa286370ab7c0efd2fb4c69bd1f881e948d3cbb.tar.gz |
Fix ${PKGLOCALEDIR} handling.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 702e08b4e06..5696b5b2d1f 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2002/07/17 22:21:37 rh Exp $ +# $NetBSD: Makefile,v 1.39 2002/08/30 23:26:43 fredb Exp $ DISTNAME= gnome-games-1.4.0.4 PKGREVISION= 1 @@ -33,6 +33,7 @@ CONFIGURE_ARGS+= --localstatedir=/var USE_CONFIG_WRAPPER= YES INSTALL_FILE= ${WRKDIR}/INSTALL +MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR} AUTOGEN_ENV= NOCONFIGURE=1 AUTOGEN_ENV+= srcdir=${WRKSRC} |