1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- support staging

This commit is contained in:
Jason Helfman 2013-09-26 06:51:21 +00:00
parent 768457d8e4
commit 1f1bed6164
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328337

View File

@ -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>