aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portlint/src
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2008-10-22 22:04:38 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2008-10-22 22:04:38 +0000
commit8fa2d4b219da2197a428d8d2cb6189db9b1395dc (patch)
tree7911a21c5898dc0c7f452780b95050431dc95808 /ports-mgmt/portlint/src
parent4d8ed9733244c0b75671789d5f67a8569eff5993 (diff)
downloadports-8fa2d4b219da2197a428d8d2cb6189db9b1395dc.tar.gz
ports-8fa2d4b219da2197a428d8d2cb6189db9b1395dc.zip
Correct a typo.
Reported by: amdmi3
Notes
Notes: svn path=/head/; revision=221916
Diffstat (limited to 'ports-mgmt/portlint/src')
-rw-r--r--ports-mgmt/portlint/src/portlint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index f070279e4e28..cbe1f9c99957 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -17,7 +17,7 @@
# OpenBSD and NetBSD will be accepted.
#
# $FreeBSD$
-# $MCom: portlint/portlint.pl,v 1.161 2008/10/21 22:37:28 marcus Exp $
+# $MCom: portlint/portlint.pl,v 1.162 2008/10/22 22:04:38 marcus Exp $
#
use vars qw/ $opt_a $opt_A $opt_b $opt_C $opt_c $opt_g $opt_h $opt_t $opt_v $opt_M $opt_N $opt_B $opt_V /;
@@ -750,7 +750,7 @@ sub checkplist {
$rcsidseen++ if (/\$$rcsidstr[:\$]/);
} elsif ($_ =~ /^\@(owner|group|mode)\s/) {
&perror("WARN", $file, $., "\@$1 should not be needed");
- | elsif ($_ =~ m!^\@(dirrm|dirrmtry)\s+/! ) {
+ } elsif ($_ =~ m!^\@(dirrm|dirrmtry)\s+/!) {
&perror("WARN", $file, $., "Using \@$1 with absolute path ".
"will not work as you expected in most cases. Use ".
"pkg-deinstall or \@unexec rmdir ... if you want to ".