diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-02 08:21:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-02 08:21:27 +0000 |
commit | dbd4dab715e06505e3dbe596abc3b96f761b33d5 (patch) | |
tree | 641a74c77ad8dae881e8c88ba4ab04795002f909 /sysutils/psmisc | |
parent | 9920501c2a2c7f094c85a358e30400ff3e177731 (diff) | |
download | ports-dbd4dab715e06505e3dbe596abc3b96f761b33d5.tar.gz ports-dbd4dab715e06505e3dbe596abc3b96f761b33d5.zip |
Notes
Diffstat (limited to 'sysutils/psmisc')
-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 5321f697e59c..8d3eaad8d006 100644 --- a/sysutils/psmisc/Makefile +++ b/sysutils/psmisc/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ftp://ftp.uni-bremen.de/pub/mirrors/sunsite/system/status/ps/ MAINTAINER= ports@FreeBSD.org COMMENT= A port of the Linux pstree, killall and pidof commands -CONFLICTS= pstree-2.* +CONFLICTS= pstree-2.* \ + pidof-* PLIST_FILES= bin/killall \ bin/pidof \ |