diff options
author | Niels Heinen <niels@FreeBSD.org> | 2005-01-25 18:18:47 +0000 |
---|---|---|
committer | Niels Heinen <niels@FreeBSD.org> | 2005-01-25 18:18:47 +0000 |
commit | 65a64fb540dc898174b9b6526f5f1f2f99800b85 (patch) | |
tree | 988be0619b3fae2bf87d82079c6c4309878967da /security/p5-SAVI-Perl/Makefile | |
parent | 4750df7a8de4647c8469c7e0e810194800858ebf (diff) | |
download | ports-65a64fb540dc898174b9b6526f5f1f2f99800b85.tar.gz ports-65a64fb540dc898174b9b6526f5f1f2f99800b85.zip |
Notes
Diffstat (limited to 'security/p5-SAVI-Perl/Makefile')
-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 |