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:
parent
f5afa0f9fb
commit
af6fbe519c
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user