mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
This commit is contained in:
parent
9fa912f8d9
commit
6b47fa52f2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=431354
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ SUB_FILES= pkg-message
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 1100077
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100077
|
||||
post-extract:
|
||||
# chmod -R bug.
|
||||
# Do not use "-exec ... +", because of the same bug, it will not work.
|
||||
|
|
Loading…
Add table
Reference in a new issue