mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 04:40:53 -05:00
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
11 lines
236 B
Makefile
11 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
|