aboutsummaryrefslogtreecommitdiff
path: root/graphics/blender-doc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-13 09:19:36 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-01-13 09:19:36 +0000
commit6b47fa52f2b9aee9ca05624f4b22a9bacd0d0c16 (patch)
treef5812c1e87a49823764397dcb57881c70bccb649 /graphics/blender-doc
parent9fa912f8d958f40e045e4423ba18c42588037662 (diff)
downloadports-6b47fa52f2b9aee9ca05624f4b22a9bacd0d0c16.tar.gz
ports-6b47fa52f2b9aee9ca05624f4b22a9bacd0d0c16.zip
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=431354
Diffstat (limited to 'graphics/blender-doc')
-rw-r--r--graphics/blender-doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/blender-doc/Makefile b/graphics/blender-doc/Makefile
index b7267d33b5fb..c44875c3e828 100644
--- a/graphics/blender-doc/Makefile
+++ b/graphics/blender-doc/Makefile
@@ -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.