aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2012-07-15 23:22:49 +0000
committerEitan Adler <eadler@FreeBSD.org>2012-07-15 23:22:49 +0000
commita12d8d51691a7ba33ae896b075049dedbb7218bb (patch)
treea0b645db51dc01e1938d0bbcee16d17d91d2856e /Tools
parentf8431d41b51c8d7ea368d2e6b1120c6cb81521d4 (diff)
downloadports-a12d8d51691a7ba33ae896b075049dedbb7218bb.tar.gz
ports-a12d8d51691a7ba33ae896b075049dedbb7218bb.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/notconnected2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/notconnected b/Tools/scripts/notconnected
index 66bcae484190..12333c4eba70 100755
--- a/Tools/scripts/notconnected
+++ b/Tools/scripts/notconnected
@@ -15,7 +15,7 @@ echo "****************** No entry for dir in category Makefile"
#### dir -> Makefile
cd $PORTSDIR
-ports=$(find $PORTSDIR -type d -depth 2 | egrep -v 'CVS|.git|Tools')
+ports=$(find $PORTSDIR -type d -depth 2 | egrep -v '.svn|CVS|.git|Tools')
for port in $ports; do
cat=$(echo $port |awk -F'/' '{print $1}')
portname=$(echo $port |awk -F'/' '{print $2}')