Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/unknown-horizons Honor pkgsrc environment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdc5e70ea3c5
branches:  trunk
changeset: 431592:fdc5e70ea3c5
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:26:46 2020 +0000

description:
Honor pkgsrc environment

diffstat:

 games/unknown-horizons/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 88835f5640dc -r fdc5e70ea3c5 games/unknown-horizons/Makefile
--- a/games/unknown-horizons/Makefile   Thu May 14 19:26:01 2020 +0000
+++ b/games/unknown-horizons/Makefile   Thu May 14 19:26:46 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2019/08/07 12:15:06 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/05/14 19:26:46 joerg Exp $
 
 DISTNAME=      unknown-horizons-2019.1
 CATEGORIES=    games
@@ -29,7 +29,7 @@
 
 # Misses generating these files sometimes somehow
 post-build:
-       cd ${WRKSRC} && ${PYTHONBIN} horizons/engine/generate_atlases.py 2048
+       cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${PYTHONBIN} horizons/engine/generate_atlases.py 2048
 
 .include "../../lang/python/application.mk"
 .include "../../lang/python/distutils.mk"



Home | Main Index | Thread Index | Old Index