From bb7e80676f8fa4de56c0bcfab7c8fa02e2ad443d Mon Sep 17 00:00:00 2001 From: gblach Date: Sat, 12 Oct 2013 18:39:44 +0000 Subject: - Support staging --- graphics/evas_generic_loaders-xcf/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'graphics') diff --git a/graphics/evas_generic_loaders-xcf/Makefile b/graphics/evas_generic_loaders-xcf/Makefile index 629b12db47f0..d6e6d85667ae 100644 --- a/graphics/evas_generic_loaders-xcf/Makefile +++ b/graphics/evas_generic_loaders-xcf/Makefile @@ -23,11 +23,10 @@ USE_LDCONFIG= yes BINSRC= ${WRKSRC}/src/bin/${PORTNAME} -NO_STAGE= yes do-build: - ${MAKE} -C ${BINSRC} + ${MAKE} ${MAKE_ARGS} -C ${BINSRC} do-install: - ${MAKE} -C ${BINSRC} install + ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install .include -- cgit