aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pstree/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-20 12:54:34 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-20 12:54:34 +0000
commit7666916412aed7b7d93977339ff7ea81f5f11092 (patch)
treea34bc4a03baab20ece7d9cc739c15f12c352fb58 /sysutils/pstree/Makefile
parent03636aa0b841dee0e5b99950b9f5a83dec492486 (diff)
- Update to 2.27
- Pass maintainership to sylvioc@gmail.com - Polish the do-install target PR: ports/80115 Submitted by: Sylvio Cesar <sylvioc@gmail.com> Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=133756
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>