Let the IGNORE message make a bit more sense and change it from:

===>  p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.

to:

===>  p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.

Approved by:	maintainer
This commit is contained in:
Erwin Lansing 2005-10-31 18:19:51 +00:00
parent e4e2f7cb16
commit 6bc5c356ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146849
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1
## Needs a recent version of perl, preferably 5.8.6, but 5.6.1 should work
##
.if ${PERL_LEVEL} < 500601
IGNORE= Port requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again
IGNORE= requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500800

View file

@ -34,7 +34,7 @@ MAN1= find-updated.1 cache-init.1 cache-update.1 portindex.1
## Needs a recent version of perl, preferably 5.8.6, but 5.6.1 should work
##
.if ${PERL_LEVEL} < 500601
IGNORE= Port requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again
IGNORE= requires perl 5.6.x or (preferably) later. Install lang/perl5.8 and try again
.endif
.if ${PERL_LEVEL} < 500800