Date: Mon, 7 Nov 2011 16:32:33 +1100 From: andrew clarke <mail@ozzmosis.com> To: ports@FreeBSD.org Cc: eadler@FreeBSD.org Subject: editors/nano-devel makefile typo Message-ID: <20111107053233.GA78146@ozzmosis.com>
next in thread | raw e-mail | index | archive | help
The makefile for editors/nano-devel has a trivial typo that you may have already fixed by the time you read this. Below is a patch to fix it... Aside, I'm not sure the ports tree supports FreeBSD pre-7.0, so the OS version check may be redundant? --- Makefile.orig 2011-11-07 15:24:54.000000000 +1100 +++ Makefile 2011-11-07 16:23:25.414806093 +1100 @@ -36,7 +36,7 @@ .include <bsd.port.pre.mk> # requires wide character curses -.if (${OSVERSION} < 700033 +.if (${OSVERSION} < 700033) CONFIGURE_ARGS+=--disable-utf8 .else CONFIGURE_ARGS+=--enable-utf8
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111107053233.GA78146>