diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-10 19:31:36 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2021-05-10 19:31:36 +0200 |
commit | 61daf777c5d6ccfd8bfd1287627f7f286759ffa4 (patch) | |
tree | 7b23d19eac3cc5db48f99e44341055ffc7fa00ac | |
parent | security/tor-devel: Update 0.4.6.2-alpha -> 0.4.6.3-rc (diff) |
Revert "overlay: allow to load -overlay.mk files for each USES"
This changes was not supposed to be pushed yet
This reverts commit 073b0aa8a4304190cd1727cee1393d39fd520a8b.
-rw-r--r-- | Mk/bsd.port.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 49dcd31afbba..13785ff0f234 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -1464,9 +1464,6 @@ ${_f}_ARGS:= ${f:C/^[^\:]*(\:|\$)//:S/,/ /g} .for f in ${USES} .undef _usefound .for udir in ${OVERLAYS:C,$,/Mk/Uses,} ${USESDIR} -# always include all overlay files found in each overlay -_overlayfile= ${udir}/${f:C/\:.*//}-overlay.mk -.sinclude "${_overlayfile} _usefile= ${udir}/${f:C/\:.*//}.mk .if exists(${_usefile}) && !defined(_usefound) _usefound= |