mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
bsd.port.mk: No need to support fmake anymore
There's no need to support fmake anymore. Always assume we can use bmake's :tA modifier. The ports tree hasn't supported fmake in about a decade anyway. Simplify here. Sponsored by: Netflix Reviewed by: brooks, emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/980
This commit is contained in:
parent
01918855cf
commit
5a4b548ab2
2 changed files with 0 additions and 8 deletions
|
@ -9,11 +9,7 @@ _PORTSDIR= ${.CURDIR}/${RELPATH}
|
|||
.endif
|
||||
.endfor
|
||||
_PORTSDIR?= /usr/ports
|
||||
.if defined(.PARSEDIR)
|
||||
PORTSDIR= ${_PORTSDIR:tA}
|
||||
.else # fmake doesn't have :tA
|
||||
PORTSDIR!= realpath ${_PORTSDIR}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
BSDPORTMK?= ${PORTSDIR}/Mk/bsd.port.mk
|
||||
|
|
|
@ -9,11 +9,7 @@ _PORTSDIR= ${.CURDIR}/${RELPATH}
|
|||
.endif
|
||||
.endfor
|
||||
_PORTSDIR?= /usr/ports
|
||||
.if defined(.PARSEDIR)
|
||||
PORTSDIR= ${_PORTSDIR:tA}
|
||||
.else # fmake doesn't have :tA
|
||||
PORTSDIR!= realpath ${_PORTSDIR}
|
||||
.endif
|
||||
.endif
|
||||
|
||||
BSDPORTSUBDIRMK?= ${PORTSDIR}/Mk/bsd.port.subdir.mk
|
||||
|
|
Loading…
Reference in a new issue