aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2013-09-26 14:51:21 +0800
committerjgh <jgh@FreeBSD.org>2013-09-26 14:51:21 +0800
commite4c8e74e5ca83a49bca5f39926a82b509f755b38 (patch)
tree33c5855656377ee54715513963ddf9db8b4babfc /sysutils
parent619dd0956fa5e7404cbf48b3e0e3ee8bd4596211 (diff)
downloadfreebsd-ports-gnome-e4c8e74e5ca83a49bca5f39926a82b509f755b38.tar.gz
freebsd-ports-gnome-e4c8e74e5ca83a49bca5f39926a82b509f755b38.tar.zst
freebsd-ports-gnome-e4c8e74e5ca83a49bca5f39926a82b509f755b38.zip
- support staging
Diffstat (limited to 'sysutils')
-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>