mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +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
@ -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 New Issue
Block a user