diff options
Diffstat (limited to 'sysutils/pstree/Makefile')
-rw-r--r-- | sysutils/pstree/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile index 522b54f5df35..7ac9e5770922 100644 --- a/sysutils/pstree/Makefile +++ b/sysutils/pstree/Makefile @@ -6,13 +6,15 @@ # PORTNAME= pstree -PORTVERSION= 2.17 -CATEGORIES= sysutils -MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/ +PORTVERSION= 2.20 +CATEGORIES= sysutils +MASTER_SITES= http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER= kris@FreeBSD.org COMMENT= List processes as a tree +NO_WRKSUBDIR= yes + do-build: cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c |