1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-12 15:18:18 +00:00
parent 9b0b6063e9
commit e1adad655f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431280

View File

@ -26,7 +26,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1100077
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
# chmod -R bug.
# Do not use "-exec ... +", because of the same bug, it will not work.
post-extract: