diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-25 19:20:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-25 19:20:28 +0000 |
commit | cfb94a4276b97d21dc5bd51c29ea2e5b3be33d4f (patch) | |
tree | 05832939e40df4dcd126c51e9fe5612645cf299d /graphics/giram/Makefile | |
parent | a8f045be982c023698b4cd80e3fd19735b01383f (diff) | |
download | pkgsrc-cfb94a4276b97d21dc5bd51c29ea2e5b3be33d4f.tar.gz |
Fix pkg/15110; also pass PKGLOCALEDIR so that the locale file
is installed into the correct dir.
Diffstat (limited to 'graphics/giram/Makefile')
-rw-r--r-- | graphics/giram/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/giram/Makefile b/graphics/giram/Makefile index dad879a2633..bb5540ab109 100644 --- a/graphics/giram/Makefile +++ b/graphics/giram/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/09/27 23:18:11 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2002/01/25 19:20:28 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1999/06/19 17:38:24 cpiazza Exp $ DISTNAME= Giram-0.1.2 @@ -21,10 +21,9 @@ GNU_CONFIGURE= yes EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ENV= GTK_CONFIG="${GTKDIR}/bin/gtk-config" \ + PKGLOCALEDIR="${PKGLOCALEDIR}" \ CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" -ALL_TARGET= install-strip - post-install: @${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Giram ${INSTALL_DATA} ${WRKSRC}/SampleScenes/* ${PREFIX}/share/examples/Giram/ |