Date: Sat, 11 Aug 2007 14:53:24 GMT From: Gabor Kovesdan <gabor@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 125057 for review Message-ID: <200708111453.l7BErONo048007@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=125057 Change 125057 by gabor@gabor_server on 2007/08/11 14:53:15 - Fix ugly bug, which was multiplied by insane copy-pasteing Spotted by: sat Affected files ... .. //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#16 edit Differences ... ==== //depot/projects/soc2007/gabor_perlmk/Mk/bsd.perl.mk#16 (text+ko) ==== @@ -111,17 +111,17 @@ .if ${__suffix} == "+" .if ${USE_PERL5_LEVEL} > ${PERL_LEVEL} USE_PERL5_REASON?= You need Perl ${__prefix} or newer, please install latest lang/perl5.8 -IGNORE= ${USE_PERL5_REASON) +IGNORE= ${USE_PERL5_REASON} .endif .elif ${__suffix} == "" .if ${USE_PERL5_LEVEL} != ${PERL_LEVEL} USE_PERL5_REASON?= You need Perl ${__prefix} exactly -IGNORE= ${USE_PERL5_REASON) +IGNORE= ${USE_PERL5_REASON} .endif .elif ${__suffix} == "-" .if ${USE_PERL5_LEVEL} < ${PERL_LEVEL} USE_PERL5_REASON?= You need Perl ${__prefix} or earlier -IGNORE= ${USE_PERL5_REASON) +IGNORE= ${USE_PERL5_REASON} .endif .else .BEGIN:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200708111453.l7BErONo048007>