svn commit: r425903 - head/base

Baptiste Daroussin bapt at FreeBSD.org
Fri Nov 11 18:51:43 UTC 2016


Author: bapt
Date: Fri Nov 11 18:51:42 2016
New Revision: 425903
URL: https://svnweb.freebsd.org/changeset/ports/425903

Log:
  Add a Makefile to unbreak some scripts that lookup for all lowercase directories
  and expect a Makefile in there
  
  Reported by:	marino

Added:
  head/base/Makefile   (contents, props changed)

Added: head/base/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/base/Makefile	Fri Nov 11 18:51:42 2016	(r425903)
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+# Never add SUBDIRS here as the ports should not be connected to the build
+#
+.include <bsd.port.subdir.mk>


More information about the svn-ports-all mailing list