From owner-svn-ports-all@freebsd.org Thu Dec 1 10:33:58 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 47AEDC60A09; Thu, 1 Dec 2016 10:33:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0C6C5192E; Thu, 1 Dec 2016 10:33:57 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB1AXvLc067705; Thu, 1 Dec 2016 10:33:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB1AXvRf067704; Thu, 1 Dec 2016 10:33:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201612011033.uB1AXvRf067704@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 1 Dec 2016 10:33:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427485 - head/graphics/blender-doc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Dec 2016 10:33:58 -0000 Author: amdmi3 Date: Thu Dec 1 10:33:57 2016 New Revision: 427485 URL: https://svnweb.freebsd.org/changeset/ports/427485 Log: - Always chmod 755 directories, this is not OSVERSION-dependent Modified: head/graphics/blender-doc/Makefile Modified: head/graphics/blender-doc/Makefile ============================================================================== --- head/graphics/blender-doc/Makefile Thu Dec 1 10:19:51 2016 (r427484) +++ head/graphics/blender-doc/Makefile Thu Dec 1 10:33:57 2016 (r427485) @@ -17,20 +17,13 @@ NO_ARCH= yes SUB_FILES= pkg-message -.include - post-extract: -.if ${OSVERSION} < 1100077 -# chmod -R bug. -# Do not use "-exec ... +", because of the same bug, it will not work. @${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} \; -.endif - @cd ${WRKSRC}/htmlI/PartAT/volumetrics/gfx/ && \ ${RM} -r "Nuova cartella" "Nuova cartella (2)" do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/&&${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/ + @cd ${WRKSRC} && ${COPYTREE_SHARE} "htmlI htmlII" ${STAGEDIR}${DOCSDIR}/ -.include +.include