aboutsummaryrefslogtreecommitdiff
path: root/devel/imake-4
diff options
context:
space:
mode:
Diffstat (limited to 'devel/imake-4')
-rw-r--r--devel/imake-4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile
index cf6366593b33..5d3f3fc16ea1 100644
--- a/devel/imake-4/Makefile
+++ b/devel/imake-4/Makefile
@@ -66,7 +66,11 @@ SCRIPTS_ENV+= OSVERSION=${OSVERSION} \
BuildCIDFonts=${BuildCIDFonts} \
BuildTTFonts=${BuildTTFonts}
INSTALL_TARGET= install install.man
+.if ${OSVERSION} < 500000
LATEST_LINK= imake-4
+.else
+LATEST_LINK= imake
+.endif
# ---
# User Config:
# All variables are same as Imake config macros.