From 4f07ab2f020bb711fade05b342c619b03e5f1c50 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Sat, 18 Sep 2010 09:48:07 +0000 Subject: - Hotfix this high-profile port so it does not install into / PR: ports/150649 Submitted by: Anonymous Approved by: portmgr hat --- editors/vim/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/vim') diff --git a/editors/vim/Makefile b/editors/vim/Makefile index 94a35dd1fbdd..7292db176f02 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -211,7 +211,7 @@ pre-configure: .endif post-configure: - @(cd ${WRKSRC} ; ${MAKE} scratch config) + @(cd ${WRKSRC} ; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} scratch config) # Clean up junk files to keep them from being installed. pre-install: -- cgit v1.2.3