From eb6c2c490ec24a350cfee09f5573c93dce8c49cb Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Wed, 16 Oct 2013 09:03:27 +0000 Subject: [PATCH] - Fix STAGE support for PORTDOCS Reported by: antoine --- x11-toolkits/fltk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index f568a86b11e3..b52b935b6e99 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -42,8 +42,8 @@ post-patch: .if ${PORT_OPTIONS:MDOCS} post-install: - cd ${WRKSRC}/documentation && ${MAKE} docinstall - cd ${WRKSRC}/test && ${MAKE} install + cd ${WRKSRC}/documentation && ${MAKE} ${MAKE_ARGS} docinstall + cd ${WRKSRC}/test && ${MAKE} ${MAKE_ARGS} install .endif .include