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

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
Bryan Drewery 2016-02-16 02:14:12 +00:00
parent 619a5d7bac
commit 58bcfe41d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295645

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)