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

Bryan Drewery bdrewery at FreeBSD.org
Sun Mar 23 16:15:56 UTC 2014


On 3/23/2014 11:11 AM, Mathieu Arnold wrote:
> +--On 23 mars 2014 15:40:11 +0000 Bryan Drewery <bdrewery at FreeBSD.org>
> wrote:
> |  .include <bsd.port.options.mk>
> |  
> | +post-install:
> |  .if ${PORT_OPTIONS:MZSH}
> | -PLIST_FILES+=	share/zsh/site-functions/_poudriere
> | -PLIST_DIRSTRY+=	share/zsh/site-functions
> | -PLIST_DIRSTRY+=	share/zsh/
> | -.else
> | -MAKE_ENV+=	NO_ZSH=yes
> | +	@${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
> | +	${INSTALL_DATA} ${WRKSRC}/completions/zsh/_poudriere \
> | +	    ${STAGEDIR}${PREFIX}/share/zsh/site-functions/
> |  .endif
> 
> I think you could do without the include and always install the file.
> 

What?

-- 
Regards,
Bryan Drewery

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


More information about the svn-ports-all mailing list