summaryrefslogtreecommitdiff
path: root/usr.bin/kyua
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2020-03-26 17:34:17 +0000
committerBrooks Davis <brooks@FreeBSD.org>2020-03-26 17:34:17 +0000
commitdaa006f84b304aa8ea03ea335479cffdc40c9d43 (patch)
treea059d18e7a00da5bbd87e041a85635f8b88600ce /usr.bin/kyua
parent6dce2be1c72245eb975978cffcb2e0b4144d6d96 (diff)
downloadsrc-test-daa006f84b304aa8ea03ea335479cffdc40c9d43.tar.gz
src-test-daa006f84b304aa8ea03ea335479cffdc40c9d43.zip
Install expected kyua docs.
The "kyua about" command assumes these files exist causing tests supplied devel/kyua to fail. Fix a bug defining the default KYUA_DOCDIR so the installed files can be found. Reported by: jenkins tests Reviewed by: lwhsu Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D24187
Notes
Notes: svn path=/head/; revision=359335
Diffstat (limited to 'usr.bin/kyua')
-rw-r--r--usr.bin/kyua/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/kyua/Makefile b/usr.bin/kyua/Makefile
index 0c4564041cb0f..886aaa250906a 100644
--- a/usr.bin/kyua/Makefile
+++ b/usr.bin/kyua/Makefile
@@ -28,11 +28,14 @@ CFLAGS+= -I${KYUA_SRCDIR}
# kyua uses auto_ptr
CFLAGS+= -Wno-deprecated-declarations
-FILESGROUPS= EXAMPLES MISC STORE
+FILESGROUPS= DOCS EXAMPLES MISC STORE
CONFS= kyua.conf
CONFSDIR= ${KYUA_CONFDIR}
+DOCS= AUTHORS CONTRIBUTORS LICENSE
+DOCSDIR= ${KYUA_DOCDIR}
+
EXAMPLES= Kyuafile.top kyua.conf
EXAMPLESDIR= ${KYUA_EGDIR}
.PATH: ${KYUA_SRCDIR}/examples