From af6fbe519c93135f820b55e2fb1f1c9076c7cddd Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 23 Jan 2020 15:59:30 +0000 Subject: Tag /usr/tests/local symlink with package=tests As with the rest of /usr/tests, so that it is handled correctly on pkgbase-installed/updated systems. Sponsored by: The FreeBSD Foundation --- tests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index a8491fcb937d..561a0ec5fcab 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -15,7 +15,8 @@ SUBDIR_PARALLEL= afterinstall: install-tests-local install-tests-local: .PHONY - ${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local + ${INSTALL_SYMLINK} -T 'package=tests' \ + ../local/tests ${DESTDIR}${TESTSDIR}/local .include "Makefile.inc0" .include -- cgit v1.2.3