svn commit: r343428 - head/Templates

Julio Merino jmmv at FreeBSD.org
Sun Feb 9 04:02:16 UTC 2014


Author: jmmv (src committer)
Date: Sun Feb  9 04:02:15 2014
New Revision: 343428
URL: http://svnweb.freebsd.org/changeset/ports/343428
QAT: https://qat.redports.org/buildarchive/r343428/

Log:
  Register a 'tests' directory under /usr/local.
  
  This mimics the layout of the base system (see hier(7)) and will be used by
  ports to install tests into.  This directory will later be hooked into the
  /usr/tests test suite so that all tests can be run transparently in one go.
  
  Approved by:	portmgr (bdrewery)

Modified:
  head/Templates/BSD.local.dist

Modified: head/Templates/BSD.local.dist
==============================================================================
--- head/Templates/BSD.local.dist	Sun Feb  9 03:49:42 2014	(r343427)
+++ head/Templates/BSD.local.dist	Sun Feb  9 04:02:15 2014	(r343428)
@@ -953,6 +953,8 @@
         xml
         ..
     ..
+    tests
+    ..
     www
     ..
 ..


More information about the svn-ports-all mailing list