aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-02-14 09:03:59 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-02-14 09:03:59 +0000
commitb31a874dca9fec6e41369e0464b3160faba8da0f (patch)
treee3e46ae73fdb43734a50e7f2ce7a4c04b55d3d95 /shells
parent80c15815b1c874c2f4f3eeebc8764a3883d9cd77 (diff)
downloadports-b31a874dca9fec6e41369e0464b3160faba8da0f.tar.gz
ports-b31a874dca9fec6e41369e0464b3160faba8da0f.zip
Fix last commit adding ${OSREL:R} to INSTALLROOT just if OSVERSION < 600000
Reported by: maintainer
Notes
Notes: svn path=/head/; revision=155988
Diffstat (limited to 'shells')
-rw-r--r--shells/ksh93/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/ksh93/Makefile b/shells/ksh93/Makefile
index d1686725e228..1d261f0d5302 100644
--- a/shells/ksh93/Makefile
+++ b/shells/ksh93/Makefile
@@ -30,7 +30,7 @@ MAN1= ksh93.1
.include <bsd.port.pre.mk>
-.if (${OSVERSION} >= 600000)
+.if (${OSVERSION} < 600000)
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
.else
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}