From 646e34d0f731d9d664f2653567981f9a3661f058 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Thu, 24 Oct 2013 15:11:40 +0000 Subject: Support staging. --- games/textmaze/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'games') diff --git a/games/textmaze/Makefile b/games/textmaze/Makefile index e23ece2efe7b..533b541337f6 100644 --- a/games/textmaze/Makefile +++ b/games/textmaze/Makefile @@ -21,8 +21,7 @@ PLIST_FILES= bin/textmaze WRKSRC= ${WRKDIR}/TextMaze -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include -- cgit