diff options
author | niels <niels@FreeBSD.org> | 2005-01-26 02:18:47 +0800 |
---|---|---|
committer | niels <niels@FreeBSD.org> | 2005-01-26 02:18:47 +0800 |
commit | f45897143622d1e0c9f8c4330f1089c3b47afba0 (patch) | |
tree | b1bf25b08fa6daf4dcd8970ca73f40aae9ff07ca /security/p5-SAVI-Perl | |
parent | e9f0ba9b3499c2cc937e74c93cfe21a6bcc8bb00 (diff) | |
download | freebsd-ports-gnome-f45897143622d1e0c9f8c4330f1089c3b47afba0.tar.gz freebsd-ports-gnome-f45897143622d1e0c9f8c4330f1089c3b47afba0.tar.zst freebsd-ports-gnome-f45897143622d1e0c9f8c4330f1089c3b47afba0.zip |
Fixed typo in Makefile (MAN/MAN3), bumped PORTREVISION
PR: ports/76654
Submitted by: Gary Hayers (maintainer)
Approved by: nectar (mentor)
Diffstat (limited to 'security/p5-SAVI-Perl')
-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 |