diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-26 14:51:21 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-26 14:51:21 +0800 |
commit | e4c8e74e5ca83a49bca5f39926a82b509f755b38 (patch) | |
tree | 33c5855656377ee54715513963ddf9db8b4babfc /sysutils | |
parent | 619dd0956fa5e7404cbf48b3e0e3ee8bd4596211 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |