From 1f1bed6164e0e2f20f33c17e5f462b7d16e0f5b9 Mon Sep 17 00:00:00 2001 From: Jason Helfman 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/pstree') 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 v1.2.3