From e4c8e74e5ca83a49bca5f39926a82b509f755b38 Mon Sep 17 00:00:00 2001 From: jgh Date: Thu, 26 Sep 2013 06:51:21 +0000 Subject: - support staging --- sysutils/pstree/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sysutils') diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 5b888ec4c82d..b5681a143ea2 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -16,11 +16,10 @@ CONFLICTS= psmisc-[0-9]* PLIST_FILES= bin/pstree -NO_STAGE= yes do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${STAGEDIR}${PREFIX}/bin .include -- cgit