aboutsummaryrefslogtreecommitdiff
path: root/games/kmastermind
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-10-08 13:49:27 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-10-08 13:49:27 +0000
commit162273b201c3e39f3c8ac49d37363e51d1c58ab4 (patch)
treefac011f6ae506252c86e555a7439c91bf0444546 /games/kmastermind
parent003fae718d8efdedb6466ca8d8a41e6683c76f07 (diff)
downloadports-162273b201c3e39f3c8ac49d37363e51d1c58ab4.tar.gz
ports-162273b201c3e39f3c8ac49d37363e51d1c58ab4.zip
Set MAKE_ENV for the autotoolsstage, otherwise AUTOCONF would be empty
on the reporters system. Reported by: Jan Henrik Sylvester
Notes
Notes: svn path=/head/; revision=201099
Diffstat (limited to 'games/kmastermind')
-rw-r--r--games/kmastermind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/kmastermind/Makefile b/games/kmastermind/Makefile
index d103d37cc060..c20a6073f12b 100644
--- a/games/kmastermind/Makefile
+++ b/games/kmastermind/Makefile
@@ -27,6 +27,6 @@ pre-configure:
`cd ${PORTSDIR}/x11/kdelibs3 && ${MAKE} -V WRKSRC`/admin \
${WRKSRC}/admin
${TOUCH} ${WRKSRC}/NEWS
- cd ${WRKSRC}; ${MAKE} -f admin/Makefile.common cvs
+ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} -f admin/Makefile.common cvs
.include <bsd.port.mk>