diff options
author | bapt <bapt@FreeBSD.org> | 2016-11-12 02:51:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-11-12 02:51:42 +0800 |
commit | 451fa5e26d709d635f1c8ff7810f0e70a7078526 (patch) | |
tree | 848c6a42baabfb804c2650189707f07588455cae | |
parent | f4d8d8a07ef30c0d9ee0e534934f0fc4c8a749b6 (diff) | |
download | freebsd-ports-graphics-451fa5e26d709d635f1c8ff7810f0e70a7078526.tar.gz freebsd-ports-graphics-451fa5e26d709d635f1c8ff7810f0e70a7078526.tar.zst freebsd-ports-graphics-451fa5e26d709d635f1c8ff7810f0e70a7078526.zip |
Add a Makefile to unbreak some scripts that lookup for all lowercase directories
and expect a Makefile in there
Reported by: marino
-rw-r--r-- | base/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile new file mode 100644 index 00000000000..1d213113ffe --- /dev/null +++ b/base/Makefile @@ -0,0 +1,5 @@ +# $FreeBSD$ + +# Never add SUBDIRS here as the ports should not be connected to the build +# +.include <bsd.port.subdir.mk> |