svn commit: r302350 - head/x11/libxfce4menu

Doug Barton dougb at FreeBSD.org
Fri Aug 10 09:04:47 UTC 2012


On 08/09/2012 12:13 PM, Olivier Duchateau wrote:
>  
> +.if empty(PORT_OPTIONS:MNLS)
> +post-patch:
> +	@${REINPLACE_CMD} -e 's|docs \\|docs|| ; \
> +		s|po||' ${WRKSRC}/Makefile.in
> +.endif
> +

This one was also broken, albeit differently. Fixed in r302380.

FWIW, traditionally the targets have been outside the conditionals,
which is what I did here to be consistent.

Doug



More information about the svn-ports-head mailing list