summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/pidof/Makefile2
-rw-r--r--sysutils/pidof/files/patch-pidof.c6
-rw-r--r--sysutils/pidof/pkg-descr2
3 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/pidof/Makefile b/sysutils/pidof/Makefile
index 87166307ecd0..0caac78750e8 100644
--- a/sysutils/pidof/Makefile
+++ b/sysutils/pidof/Makefile
@@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}
MAINTAINER= novel@FreeBSD.org
COMMENT= Tool which prints PID of given process name
+LICENSE= BSD2CLAUSE
+
CONFLICTS= psmisc-1*
PLIST_FILES= bin/pidof
diff --git a/sysutils/pidof/files/patch-pidof.c b/sysutils/pidof/files/patch-pidof.c
index 7cc71b28d638..3777ef07527a 100644
--- a/sysutils/pidof/files/patch-pidof.c
+++ b/sysutils/pidof/files/patch-pidof.c
@@ -1,6 +1,6 @@
---- pidof.c.orig Mon May 2 07:26:03 2005
-+++ pidof.c Mon May 2 07:40:31 2005
-@@ -53,10 +53,19 @@
+--- pidof.c.orig 2005-05-01 16:26:19 UTC
++++ pidof.c
+@@ -53,10 +53,19 @@ get_pid_of_process(char *process_name)
if ((kd = kvm_open("/dev/null", "/dev/null", "/dev/null", O_RDONLY, "kvm_open")) == NULL)
(void)errx(1, "%s", kvm_geterr(kd));
else {
diff --git a/sysutils/pidof/pkg-descr b/sysutils/pidof/pkg-descr
index 74f2f5ca311d..1bacd4d1acf1 100644
--- a/sysutils/pidof/pkg-descr
+++ b/sysutils/pidof/pkg-descr
@@ -1,3 +1,3 @@
A tool which prints PID of given process name.
-WWW: http://people.freebsd.org/~novel/pidof.html
+WWW: https://people.freebsd.org/~novel/pidof.html