1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Fix last commit adding ${OSREL:R} to INSTALLROOT just if OSVERSION < 600000

Reported by:	maintainer
This commit is contained in:
Renato Botelho 2006-02-14 09:03:59 +00:00
parent 80c15815b1
commit b31a874dca
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155988

View File

@ -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}