aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2012-05-21 00:36:50 +0800
committermarcus <marcus@FreeBSD.org>2012-05-21 00:36:50 +0800
commitd025a8d2190222083e3aec84aad2fd97e73162f0 (patch)
tree7539a9f2aef75a7bed8c5068cfbcc29fde027bc9 /ports-mgmt
parentd2997e87b3a909cc52ac24e46ea128efc5342688 (diff)
downloadfreebsd-ports-gnome-d025a8d2190222083e3aec84aad2fd97e73162f0.tar.gz
freebsd-ports-gnome-d025a8d2190222083e3aec84aad2fd97e73162f0.tar.zst
freebsd-ports-gnome-d025a8d2190222083e3aec84aad2fd97e73162f0.zip
Correct a typo.
Reported by: adamw
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/Makefile1
-rw-r--r--ports-mgmt/portlint/src/portlint.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/portlint/Makefile b/ports-mgmt/portlint/Makefile
index 10ad07d1bb4a..24da26290dc4 100644
--- a/ports-mgmt/portlint/Makefile
+++ b/ports-mgmt/portlint/Makefile
@@ -9,6 +9,7 @@
PORTNAME= portlint
PORTVERSION= 2.13.10
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 8d1a640e8131..816fa43bb9fa 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -1614,7 +1614,7 @@ sub checkmakefile {
if ($whole =~ /\nNO_CHECKSUM/) {
my $lineno = &linenumber($`);
&perror("FATAL", $file, $lineno, "NO_CHECKSUM is a user ".
- "variab;e and is not to be set in a port's Makefile.");
+ "variable and is not to be set in a port's Makefile.");
}
#