f81af31347
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
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# $FreeBSD$
|
|
|
|
KYUA_VERSION= 0.13
|
|
|
|
KYUA_CONFDIR= /etc/kyua
|
|
KYUA_DOCDIR= /usr/share/doc/kyua
|
|
KYUA_EGDIR= /usr/share/examples/kyua
|
|
KYUA_MISCDIR= /usr/share/kyua/misc
|
|
KYUA_STOREDIR= /usr/share/kyua/store
|
|
|
|
KYUA_SRCDIR= ${SRCTOP}/contrib/kyua
|