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
This commit is contained in:
Ed Maste 2020-01-23 15:59:30 +00:00
parent f5afa0f9fb
commit af6fbe519c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357047

View file

@ -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 <bsd.test.mk>