Date: Thu, 1 Dec 2016 10:33:57 +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: r427485 - head/graphics/blender-doc Message-ID: <201612011033.uB1AXvRf067704@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk> - 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 <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612011033.uB1AXvRf067704>