aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2021-09-01 17:38:40 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2021-09-07 08:20:40 +0000
commita3266ba2697a383d2ede56803320d941866c7e76 (patch)
tree1bb61646066d89018b565c161cb4e62da63490da
parent80645e1ce5574ce4d63f0a1cad287949440384da (diff)
downloadsrc-a3266ba2697a383d2ede56803320d941866c7e76.tar.gz
src-a3266ba2697a383d2ede56803320d941866c7e76.zip
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
-rw-r--r--cddl/usr.sbin/dwatch/Makefile2
-rw-r--r--cddl/usr.sbin/dwatch/examples/Makefile1
-rw-r--r--cddl/usr.sbin/dwatch/libexec/Makefile1
-rw-r--r--release/packages/Makefile.package2
4 files changed, 6 insertions, 0 deletions
diff --git a/cddl/usr.sbin/dwatch/Makefile b/cddl/usr.sbin/dwatch/Makefile
index 647f07388890..aa2873ec4681 100644
--- a/cddl/usr.sbin/dwatch/Makefile
+++ b/cddl/usr.sbin/dwatch/Makefile
@@ -2,6 +2,8 @@
.include <src.opts.mk>
+PACKAGE= dwatch
+
SUBDIR= libexec
.if ${MK_EXAMPLES} != "no"
diff --git a/cddl/usr.sbin/dwatch/examples/Makefile b/cddl/usr.sbin/dwatch/examples/Makefile
index 33364044942f..344d67d27ec8 100644
--- a/cddl/usr.sbin/dwatch/examples/Makefile
+++ b/cddl/usr.sbin/dwatch/examples/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= dwatch
FILESDIR= ${SHAREDIR}/examples/dwatch
FILES= profile_template
diff --git a/cddl/usr.sbin/dwatch/libexec/Makefile b/cddl/usr.sbin/dwatch/libexec/Makefile
index d84fc370519b..581556eeebd0 100644
--- a/cddl/usr.sbin/dwatch/libexec/Makefile
+++ b/cddl/usr.sbin/dwatch/libexec/Makefile
@@ -1,5 +1,6 @@
# $FreeBSD$
+PACKAGE= dwatch
FILESDIR= ${LIBEXECDIR}/dwatch
FILES= chmod \
errno \
diff --git a/release/packages/Makefile.package b/release/packages/Makefile.package
index b5957f8d5b53..04c8ef0536f0 100644
--- a/release/packages/Makefile.package
+++ b/release/packages/Makefile.package
@@ -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