Use built-in :tA here rather than realpath(1).
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
19a2e5ed1f
commit
43208abe58
@ -50,7 +50,7 @@ modules-${target}:
|
||||
LOCALBASE?= /usr/local
|
||||
# SRC_BASE is how the ports tree refers to the location of the base source files
|
||||
.if !defined(SRC_BASE)
|
||||
SRC_BASE!= realpath "${SYSDIR:H}/"
|
||||
SRC_BASE= ${SYSDIR:H:tA}
|
||||
.endif
|
||||
# OSVERSION is used by some ports to determine build options
|
||||
.if !defined(OSRELDATE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user