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>
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to