Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Nov 2016 18:51:42 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r425903 - head/base
Message-ID:  <201611111851.uABIpgaI082727@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611111851.uABIpgaI082727>