PERFORCE change 125057 for review
Gabor Kovesdan
gabor at FreeBSD.org
Sat Aug 11 07:53:25 PDT 2007
http://perforce.freebsd.org/chv.cgi?CH=125057
Change 125057 by gabor at 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:
More information about the p4-projects
mailing list