From d0cfdf6890681a69581cd176ebb990be944ebc88 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Thu, 26 Dec 2013 15:38:54 +0000 Subject: [PATCH] Support stage --- archivers/unace/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archivers/unace/Makefile b/archivers/unace/Makefile index 52c4cd6a56fd..d34c83bafa48 100644 --- a/archivers/unace/Makefile +++ b/archivers/unace/Makefile @@ -13,7 +13,6 @@ COMMENT= Extract, view & test ACE archives MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes USES= gmake ALL_TARGET= clean unace PLIST_FILES= bin/unace @@ -27,6 +26,6 @@ post-patch: ${WRKSRC}/uac_crt.h do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/unace ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/unace ${STAGEDIR}${PREFIX}/bin .include