svn commit: r427485 - head/graphics/blender-doc

Mathieu Arnold mat at FreeBSD.org
Thu Dec 1 11:00:27 UTC 2016


Le 01/12/2016 à 11:33, Dmitry Marakasov a écrit :
> 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

Yes it is, please back this out.

> 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>
>
>


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20161201/90438e04/attachment.sig>


More information about the svn-ports-head mailing list