diff options
author | knu <knu@FreeBSD.org> | 2010-01-03 00:40:10 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2010-01-03 00:40:10 +0800 |
commit | 05f594ba38cece9cc2bcb5775ee6802277209612 (patch) | |
tree | 63105c2f0354a2f0c18b928bfc512791bda065aa /sysutils/psmisc/Makefile | |
parent | 9c459fb34a80b47f8556bfc5add292e8ca1bc1c3 (diff) | |
download | freebsd-ports-gnome-05f594ba38cece9cc2bcb5775ee6802277209612.tar.gz freebsd-ports-gnome-05f594ba38cece9cc2bcb5775ee6802277209612.tar.zst freebsd-ports-gnome-05f594ba38cece9cc2bcb5775ee6802277209612.zip |
Update to the latest version 22.9.
Diffstat (limited to 'sysutils/psmisc/Makefile')
-rw-r--r-- | sysutils/psmisc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/psmisc/Makefile b/sysutils/psmisc/Makefile index c345b1861a29..aedbe0295865 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -6,9 +6,10 @@ # PORTNAME= psmisc -PORTVERSION= 21.9 +PORTVERSION= 22.9 CATEGORIES= sysutils MASTER_SITES= SF +MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A port of the Linux pstree, killall and pidof commands |