1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-18 02:19:39 +00:00

pkgbase: Create a FreeBSD-dwatch package

While dwatch is useful some users might not want it by default.
Create a package for it.

Differential Revision:	https://reviews.freebsd.org/D31796

(cherry picked from commit a3266ba269)
This commit is contained in:
Emmanuel Vadot 2021-09-01 19:38:40 +02:00
parent a4e8cac918
commit 7706352226
4 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,8 @@
.include <src.opts.mk>
PACKAGE= dwatch
SUBDIR= libexec
.if ${MK_EXAMPLES} != "no"

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= dwatch
FILESDIR= ${SHAREDIR}/examples/dwatch
FILES= profile_template

View File

@ -1,5 +1,6 @@
# $FreeBSD$
PACKAGE= dwatch
FILESDIR= ${LIBEXECDIR}/dwatch
FILES= chmod \
errno \

View File

@ -38,6 +38,8 @@ docs_COMMENT= Documentation
docs_DESC= Documentation
dtrace_COMMENT= Dtrace Utilities
dtrace_DESC= Dtrace Utilities
dwatch_COMMENT= Dwatch Utilities
dwatch_DESC= Dwatch Utilities
ee_COMMENT= Easy Editor Utilities
ee_DESC= Easy Editor Utilities
gdb_COMMENT= GDB Utilities