diff options
-rw-r--r-- | security/p5-SAVI-Perl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/p5-SAVI-Perl/Makefile b/security/p5-SAVI-Perl/Makefile index 756e342abead..8081b649ddc3 100644 --- a/security/p5-SAVI-Perl/Makefile +++ b/security/p5-SAVI-Perl/Makefile @@ -6,7 +6,7 @@ PORTNAME= SAVI-Perl PORTVERSION= 0.30 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security perl5 MASTER_SITES= http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/dist/ MASTER_SITE_SUBDIR= security @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= Gary@Hayers.net COMMENT= Perl5 module interface to Sophos AntiVirus -MAN= SAVI.3 +MAN3= SAVI.3 PERL_CONFIGURE= yes ONLY_FOR_ARCHS= i386 @@ -24,7 +24,7 @@ ONLY_FOR_ARCHS= i386 .if ${PERL_LEVEL} < 500601 IGNORE= Port requires perl 5.6 or newer. Upgrade your perl and try again. \ - If your perl is up to date then you might haven't run 'use.perl ports' \ + If your perl is up to date then you may not have run 'use.perl ports' \ yet. .endif |