aboutsummaryrefslogtreecommitdiff
path: root/security/p5-SAVI-Perl/Makefile
diff options
context:
space:
mode:
authorNiels Heinen <niels@FreeBSD.org>2005-01-25 18:18:47 +0000
committerNiels Heinen <niels@FreeBSD.org>2005-01-25 18:18:47 +0000
commit65a64fb540dc898174b9b6526f5f1f2f99800b85 (patch)
tree988be0619b3fae2bf87d82079c6c4309878967da /security/p5-SAVI-Perl/Makefile
parent4750df7a8de4647c8469c7e0e810194800858ebf (diff)
downloadports-65a64fb540dc898174b9b6526f5f1f2f99800b85.tar.gz
ports-65a64fb540dc898174b9b6526f5f1f2f99800b85.zip
Fixed typo in Makefile (MAN/MAN3), bumped PORTREVISION
PR: ports/76654 Submitted by: Gary Hayers (maintainer) Approved by: nectar (mentor)
Notes
Notes: svn path=/head/; revision=127319
Diffstat (limited to 'security/p5-SAVI-Perl/Makefile')
-rw-r--r--security/p5-SAVI-Perl/Makefile6
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