aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dtrace-toolkit
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-17 22:11:18 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-17 22:30:50 +0000
commit54e41667edbe5b72c2dd80c8017e773a528a7bda (patch)
treed4856fc97b4990ee6bf16480cfc31de0cfebb322 /sysutils/dtrace-toolkit
parent6127c9568c8779bc91c151581817efa6dba5715b (diff)
Diffstat (limited to 'sysutils/dtrace-toolkit')
-rw-r--r--sysutils/dtrace-toolkit/Makefile12
-rw-r--r--sysutils/dtrace-toolkit/pkg-message6
2 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/dtrace-toolkit/Makefile b/sysutils/dtrace-toolkit/Makefile
index 50c3ede61c15..6e9287f7722a 100644
--- a/sysutils/dtrace-toolkit/Makefile
+++ b/sysutils/dtrace-toolkit/Makefile
@@ -5,7 +5,7 @@ PORTVERSION= 1.0
PORTREVISION= 5
CATEGORIES= sysutils
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= 0mp@FreeBSD.org
COMMENT= Collection of useful scripts for DTrace
LICENSE= CDDL
@@ -17,11 +17,6 @@ GH_ACCOUNT= opendtrace
GH_PROJECT= toolkit
GH_TAGNAME= f36d00b
USE_RUBY= yes
-SHEBANG_LANG= sh
-sh_OLD_CMD= /usr/bin/sh ./sh
-sh_CMD= ${SH}
-perl_OLD_CMD= \\./perl
-ruby_OLD_CMD= \\./ruby
SHEBANG_FILES= Apps/shellsnoop \
Code/Perl/func_abc.pl \
Code/Perl/func_malloc.pl \
@@ -73,6 +68,11 @@ SHEBANG_FILES= Apps/shellsnoop \
rwsnoop \
rwtop \
statsnoop
+SHEBANG_LANG= sh
+sh_OLD_CMD= /usr/bin/sh ./sh
+sh_CMD= ${SH}
+perl_OLD_CMD= \\./perl
+ruby_OLD_CMD= \\./ruby
NO_BUILD= yes
diff --git a/sysutils/dtrace-toolkit/pkg-message b/sysutils/dtrace-toolkit/pkg-message
index 76c13f83a97a..eadafc698d54 100644
--- a/sysutils/dtrace-toolkit/pkg-message
+++ b/sysutils/dtrace-toolkit/pkg-message
@@ -1,10 +1,8 @@
[
{ type: install
message: <<EOM
- At this point it is prudent to remind you that DTrace
- support in FreeBSD is incomplete and experimental. Many of
- these scripts will not work as they are either too Solaris
- specific or use probes which are unsupported at this time.
+Many of the DTraceToolkit scripts will not work as they are either too
+Solaris-specific or use probes which are unsupported at this time on FreeBSD.
EOM
}
]