summaryrefslogtreecommitdiff
path: root/devel/imake-4
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-03-28 18:30:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-03-28 18:30:14 +0000
commitd4888fda269b24294ef06767c11fda03cadd5e4d (patch)
treedbcffff97bb4418f5f70af01d88531bbe91027fc /devel/imake-4
parentAllow pkg_add -r to work easily given change to XF4. (diff)
The prevalent style is <pkgname><major_ver_num> w/o -'s.
Notes
Notes: svn path=/head/; revision=56800
Diffstat (limited to 'devel/imake-4')
-rw-r--r--devel/imake-4/Makefile10
1 files changed, 5 insertions, 5 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 <bsd.port.pre.mk>
+.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.