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:
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>
|
||||
|
||||
.if (${OSVERSION} >= 600000)
|
||||
.if (${OSVERSION} < 600000)
|
||||
INSTALLROOT= ${WRKSRC}/arch/freebsd${OSREL:R}.${ARCH}
|
||||
.else
|
||||
INSTALLROOT= ${WRKSRC}/arch/freebsd.${ARCH}
|
||||
|
Loading…
Reference in New Issue
Block a user