From d4888fda269b24294ef06767c11fda03cadd5e4d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 28 Mar 2002 18:30:14 +0000 Subject: [PATCH] The prevalent style is w/o -'s. --- devel/imake-4/Makefile | 10 +++++----- devel/imake/Makefile | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/imake-4/Makefile b/devel/imake-4/Makefile index 5d3f3fc16ea1..71d43c7f818d 100644 --- a/devel/imake-4/Makefile +++ b/devel/imake-4/Makefile @@ -23,6 +23,11 @@ PREFIX?= ${X11BASE} .include +.if ${OSVERSION} < 500000 +LATEST_LINK= imake4 +.else +LATEST_LINK= imake +.endif DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/xc/config MTREE_FILE= /etc/mtree/BSD.x11-4.dist @@ -66,11 +71,6 @@ 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. diff --git a/devel/imake/Makefile b/devel/imake/Makefile index 721bb1df8b5f..0605e02c67e1 100644 --- a/devel/imake/Makefile +++ b/devel/imake/Makefile @@ -22,7 +22,7 @@ MANUAL_PACKAGE_BUILD= installs/removes files also in the XFree86 port .if ${OSVERSION} < 500000 LATEST_LINK= imake .else -LATEST_LINK= imake-1 +LATEST_LINK= imake1 .endif PREFIX= ${X11BASE} DIST_SUBDIR= xc