svn commit: r465835 - head/ports-mgmt/poudriere-devel

Bryan Drewery bdrewery at FreeBSD.org
Wed Mar 28 18:39:15 UTC 2018


On 3/28/2018 11:38 AM, Joseph Mingrone wrote:
> Author: jrm
> Date: Wed Mar 28 18:38:20 2018
> New Revision: 465835
> URL: https://svnweb.freebsd.org/changeset/ports/465835
> 
> Log:
>   ports-mgmt/poudriere-devel: Fix plist issue with completion options
> 

Approved by: maintainer
https://reviews.freebsd.org/D14888

Thanks again!

> Modified:
>   head/ports-mgmt/poudriere-devel/Makefile   (contents, props changed)
> 
> Modified: head/ports-mgmt/poudriere-devel/Makefile
> ==============================================================================
> --- head/ports-mgmt/poudriere-devel/Makefile	Wed Mar 28 18:35:43 2018	(r465834)
> +++ head/ports-mgmt/poudriere-devel/Makefile	Wed Mar 28 18:38:20 2018	(r465835)
> @@ -63,13 +63,13 @@ post-install:
>  	    ${STAGEDIR}${DATADIR}/MANIFESTS
>  
>  post-install-BASH-on:
> -	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
> -	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \
> -	    ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
> -
> -post-install-ZSH-on:
>  	@${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions/
>  	${INSTALL_DATA} ${WRKSRC}/completions/bash/poudriere \
>  	    ${STAGEDIR}${PREFIX}/share/bash-completion/completions/
> +
> +post-install-ZSH-on:
> +	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
> +	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \
> +	    ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
>  
>  .include <bsd.port.mk>
> 


-- 
Regards,
Bryan Drewery

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20180328/aebcc1f5/attachment.sig>


More information about the svn-ports-all mailing list