diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-06 21:29:18 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-04-06 21:29:18 +0000 |
commit | 813addea8f6a9617d8465cc6a7b1687da6397e4f (patch) | |
tree | 22bddf4037d552423e0265390c68204a7f86d391 /textproc/skim/Makefile | |
parent | Fix plist (diff) |
Respect ${MAKE_ENV} (in order to make uic behave).
Diffstat (limited to '')
-rw-r--r-- | textproc/skim/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/skim/Makefile b/textproc/skim/Makefile index 92e68a09f7ab..210cf163c8bb 100644 --- a/textproc/skim/Makefile +++ b/textproc/skim/Makefile @@ -55,7 +55,7 @@ post-configure: -e s,lib/pkgconfig,libdata/pkgconfig,g \ ${WRKSRC}/cache/pkg.cache.py do-build: - @cd ${WRKSRC} && ./scons + @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./scons do-install: @cd ${WRKSRC} && ./scons install |