From 8ad581b5999422a13e70b8983475d872602e1e07 Mon Sep 17 00:00:00 2001 From: Danilo Egea Gondolfo Date: Mon, 9 Dec 2013 14:00:23 +0000 Subject: [PATCH] - Add stage support --- misc/floatator/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index 0c46084aa872..f10194981636 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -19,10 +19,9 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ PLIST_FILES= bin/floatator bin/floatator_X_interface MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes do-install: .for f in floatator floatator_X_interface - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor .include