Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 09:19:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r431354 - head/graphics/blender-doc
Message-ID:  <201701130919.v0D9Jai5068927@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jan 13 09:19:36 2017
New Revision: 431354
URL: https://svnweb.freebsd.org/changeset/ports/431354

Log:
  - Always check OPSYS along with OSVERSION
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/blender-doc/Makefile

Modified: head/graphics/blender-doc/Makefile
==============================================================================
--- head/graphics/blender-doc/Makefile	Fri Jan 13 09:19:30 2017	(r431353)
+++ head/graphics/blender-doc/Makefile	Fri Jan 13 09:19:36 2017	(r431354)
@@ -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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701130919.v0D9Jai5068927>