From 1c0d2243ee1d4f91a4b56d4f6b0acc6e8e1963a0 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 28 Mar 2002 18:28:07 +0000 Subject: Allow pkg_add -r to work easily given change to XF4. --- devel/imake-4/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'devel/imake-4') diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index cf63665..5d3f3fc 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. -- cgit v1.1