summaryrefslogtreecommitdiffstats
path: root/sysutils/pstree/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pstree/Makefile')
-rw-r--r--sysutils/pstree/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile
index cc261d9..702e711 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -18,10 +18,10 @@ CONFLICTS= psmisc-[0-9]*
PLIST_FILES= bin/pstree man/man1/pstree.1.gz
do-build:
- cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
+ cd ${WRKSRC} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/pstree.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pstree.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
.include <bsd.port.mk>
OpenPOWER on IntegriCloud