pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/unknown-horizons



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu May 14 19:26:46 UTC 2020

Modified Files:
        pkgsrc/games/unknown-horizons: Makefile

Log Message:
Honor pkgsrc environment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/games/unknown-horizons/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/games/unknown-horizons/Makefile
diff -u pkgsrc/games/unknown-horizons/Makefile:1.2 pkgsrc/games/unknown-horizons/Makefile:1.3
--- pkgsrc/games/unknown-horizons/Makefile:1.2  Wed Aug  7 12:15:06 2019
+++ pkgsrc/games/unknown-horizons/Makefile      Thu May 14 19:26:46 2020
@@ -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 @@ SUBST_VARS.paths+=    PREFIX PKGMANDIR
 
 # 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