diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-10-08 13:49:27 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-10-08 13:49:27 +0000 |
commit | 162273b201c3e39f3c8ac49d37363e51d1c58ab4 (patch) | |
tree | fac011f6ae506252c86e555a7439c91bf0444546 | |
parent | 003fae718d8efdedb6466ca8d8a41e6683c76f07 (diff) | |
download | ports-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
-rw-r--r-- | games/kmastermind/Makefile | 2 |
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> |