summaryrefslogtreecommitdiff
path: root/ports-mgmt/p5-FreeBSD-Portindex/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-10-31 18:19:51 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-10-31 18:19:51 +0000
commit6bc5c356eed69e5dafda8e1d507f82b4133b1bbd (patch)
treec6fe8ca58c400e666f1c37df7e4c7eaf43f8480c /ports-mgmt/p5-FreeBSD-Portindex/Makefile
parent- Fix a misuse of .error. Replace it by IGNORE. (diff)
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
Notes
Notes: svn path=/head/; revision=146849
Diffstat (limited to 'ports-mgmt/p5-FreeBSD-Portindex/Makefile')
-rw-r--r--ports-mgmt/p5-FreeBSD-Portindex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports-mgmt/p5-FreeBSD-Portindex/Makefile b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
index 5cfced360809..0908844b0cb4 100644
--- a/ports-mgmt/p5-FreeBSD-Portindex/Makefile
+++ b/ports-mgmt/p5-FreeBSD-Portindex/Makefile
@@ -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