aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pstree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pstree/Makefile')
-rw-r--r--sysutils/pstree/Makefile3
1 files changed, 1 insertions, 2 deletions
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 <bsd.port.mk>