svn commit: r426594 - head/games/dungeon
John Marino
marino at FreeBSD.org
Sun Nov 20 14:08:42 UTC 2016
Author: marino
Date: Sun Nov 20 14:08:41 2016
New Revision: 426594
URL: https://svnweb.freebsd.org/changeset/ports/426594
Log:
games/dungeon: Set Make environment for entire build phase
Approved by: blanket (environment should always be set)
Modified:
head/games/dungeon/Makefile
Modified: head/games/dungeon/Makefile
==============================================================================
--- head/games/dungeon/Makefile Sun Nov 20 14:07:19 2016 (r426593)
+++ head/games/dungeon/Makefile Sun Nov 20 14:08:41 2016 (r426594)
@@ -49,7 +49,7 @@ pre-patch:
${WRKSRC}/glkterm/Makefile ${WRKSRC}/dungeon-gdt/Makefile
do-build:
- @(cd ${WRKSRC}/glkterm && ${MAKE})
+ @(cd ${WRKSRC}/glkterm && ${SETENV} ${MAKE_ENV} ${MAKE})
@(cd ${WRKSRC}/dungeon-gdt/ && \
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS})
More information about the svn-ports-all
mailing list