svn commit: r515209 - head/www/luakit

Mathieu Arnold mat at FreeBSD.org
Tue Oct 22 20:14:05 UTC 2019


On Tue, Oct 22, 2019 at 06:40:30PM +0000, Kurt Jaeger wrote:
> -post-patch:
> +post-extract:

Patching has to happen in the patch phase, not the extract phase.  The
extract phase is for extracting stuff, and maybe moving stuff around.

>  	@${REINPLACE_CMD} -e \
>  		's|share/man|man| ; s|luakit/doc|doc/luakit| ; \
> -		s|/etc/xdg|${PREFIX}/etc/xdg| ; /MANPREFIX */s|?=|=|' \
> +		s|/etc/xdg|${PREFIX}/etc/xdg| ; /MANPREFIX */s|?=|=| ; \
> +		s|gnu99|gnu11| ; s|-ggdb||' \
>  		${WRKSRC}/config.mk
>  	@${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \
>  		${WRKSRC}/build-utils/gentokens.lua
> -	@${REINPLACE_CMD} -e 's|bin/env lua|&${LUA_VER_STR}|' \
> -		${WRKSRC}/lib/markdown.lua
> -	@${REINPLACE_CMD} -e 's|/usr/share|${LOCALBASE}/share|' \
> -		${WRKSRC}/config/window.lua

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20191022/6727013d/attachment.sig>


More information about the svn-ports-head mailing list