- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-13 09:19:36 +00:00
parent 9fa912f8d9
commit 6b47fa52f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431354

View file

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