diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 18:28:07 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-03-28 18:28:07 +0000 |
commit | bb44b11566ef006f1d75d7bf126306b961c76a15 (patch) | |
tree | 9518d052924eb0ae655182ae26c2db378c251a30 /devel/imake-4 | |
parent | ee2acadc623862fecfc597bdb8a8f2f592021054 (diff) | |
download | ports-bb44b11566ef006f1d75d7bf126306b961c76a15.tar.gz ports-bb44b11566ef006f1d75d7bf126306b961c76a15.zip |
Notes
Diffstat (limited to 'devel/imake-4')
-rw-r--r-- | devel/imake-4/Makefile | 4 |
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. |