mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix last commit adding ${OSREL:R} to INSTALLROOT just if OSVERSION < 600000
Reported by: maintainer
This commit is contained in:
parent
80c15815b1
commit
b31a874dca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=155988
@ -30,7 +30,7 @@ MAN1= ksh93.1
|
|||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if (${OSVERSION} >= 600000)
|
.if (${OSVERSION} < 600000)
|
||||||
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
|
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
|
||||||
.else
|
.else
|
||||||
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}
|
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}
|
||||||
|
Loading…
Reference in New Issue
Block a user