Use built-in :tA here rather than realpath(1).

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-02-16 02:14:12 +00:00
parent 19a2e5ed1f
commit 43208abe58

View File

@ -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)