summaryrefslogtreecommitdiff
path: root/games/crossfire-cli
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-05-06 17:40:18 +0000
committerjmmv <jmmv>2003-05-06 17:40:18 +0000
commitf4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /games/crossfire-cli
parent4f4f1b81d13abc86b32673c726b70d17a6202d29 (diff)
downloadpkgsrc-f4ab4bfd7ecc3cdfad69293a69f2c92d7ae60161.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'games/crossfire-cli')
-rw-r--r--games/crossfire-cli/deinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/crossfire-cli/deinstall b/games/crossfire-cli/deinstall
index 9c1746b0b82..e6410429a3f 100644
--- a/games/crossfire-cli/deinstall
+++ b/games/crossfire-cli/deinstall
@@ -1,6 +1,6 @@
#!XXXLOCALBASEXXX/bin/perl
#
-# $NetBSD: deinstall,v 1.1 2001/11/01 01:09:57 zuntum Exp $
+# $NetBSD: deinstall,v 1.2 2003/05/06 17:41:16 jmmv Exp $
#
open (FILE,"XXXLOCALBASEXXX/etc/rplay.conf");
open (OUT,">tmp");
@@ -8,7 +8,7 @@ open (OUT,">tmp");
while (<FILE>) {
$found=0;
foreach $datum (@data) {
- $found++ if ($datum eq $_);
+ $found++ if ($datum eq $_);
}
print OUT "$_" if ($found == 0);
}