aboutsummaryrefslogtreecommitdiff
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 a71e3d513500..bf8075550875 100644
--- a/sysutils/pstree/Makefile
+++ b/sysutils/pstree/Makefile
@@ -6,12 +6,12 @@
#
PORTNAME= pstree
-PORTVERSION= 2.25
+PORTVERSION= 2.27
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \
http://fresh.t-systems-sfr.com/unix/src/misc/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sylvioc@gmail.com
COMMENT= List processes as a tree
NO_WRKSUBDIR= yes
@@ -24,6 +24,6 @@ do-build:
cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
+ ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin
.include <bsd.port.mk>