aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-09-26 06:51:21 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-09-26 06:51:21 +0000
commit1f1bed6164e0e2f20f33c17e5f462b7d16e0f5b9 (patch)
tree33c5855656377ee54715513963ddf9db8b4babfc /sysutils/pstree
parent768457d8e40d3c3c9c4aa49eebbbffac581118d2 (diff)
downloadports-1f1bed6164e0e2f20f33c17e5f462b7d16e0f5b9.tar.gz
ports-1f1bed6164e0e2f20f33c17e5f462b7d16e0f5b9.zip
Notes
Diffstat (limited to 'sysutils/pstree')
-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>