svn commit: r332645 - head/graphics/vcg

Alexey Dokuchaev danfe at FreeBSD.org
Wed Nov 6 06:43:18 UTC 2013


On Sun, Nov 03, 2013 at 08:02:43PM +0000, Antoine Brodin wrote:
> New Revision: 332645
> URL: http://svnweb.freebsd.org/changeset/ports/332645
> 
> Log:
>   - Convert to STAGEDIR, the side effect is that the packages are fixed
>   (this ports uses imake but didn't compress man pages)
> 
> @@ -33,7 +30,7 @@ pre-patch:
>  	        -e "s:%%CFLAGS%%:${CFLAGS}:g" \
>  	        -e "s:%%MAKE%%:${MAKE}:g;" \
>  		-e "s:%%LOCALBASE%%:${LOCALBASE}:g" \
> -	        -e "s:%%PREFIX%%:${PREFIX}:g" \
> +	        -e "s:%%PREFIX%%:${STAGEDIR}${PREFIX}:g" \

I assume that you have verified that software does not use this %%PREFIX%%
value as runtime-valid path (e.g. opens file relative to it).

./danfe


More information about the svn-ports-all mailing list