The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=b0995124cd97d215419fc42fa147ae8dff07cc5f
commit b0995124cd97d215419fc42fa147ae8dff07cc5f Author: Emmanuel Vadot <m...@freebsd.org> AuthorDate: 2020-12-21 22:35:53 +0000 Commit: Emmanuel Vadot <m...@freebsd.org> CommitDate: 2021-01-04 15:20:26 +0000 pkgbase: Install libxo test files in the tests package Reviewed by: bapt, emaste Differential Revision: https://reviews.freebsd.org/D27713 --- lib/libxo/tests/encoder/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/libxo/tests/encoder/Makefile b/lib/libxo/tests/encoder/Makefile index 6f657781a8e1..a8839e45a9fa 100644 --- a/lib/libxo/tests/encoder/Makefile +++ b/lib/libxo/tests/encoder/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +PACKAGE= tests + LIBXOSRC= ${SRCTOP}/contrib/libxo .PATH: ${LIBXOSRC}/encoder/test _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"