svn commit: r357047 - head/tests
Ed Maste
emaste at FreeBSD.org
Thu Jan 23 15:59:30 UTC 2020
Author: emaste
Date: Thu Jan 23 15:59:30 2020
New Revision: 357047
URL: https://svnweb.freebsd.org/changeset/base/357047
Log:
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
Modified:
head/tests/Makefile
Modified: head/tests/Makefile
==============================================================================
--- head/tests/Makefile Thu Jan 23 14:14:38 2020 (r357046)
+++ head/tests/Makefile Thu Jan 23 15:59:30 2020 (r357047)
@@ -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>
More information about the svn-src-all
mailing list