Support svn too

This commit is contained in:
Eitan Adler
2012-07-15 23:22:49 +00:00
parent f8431d41b5
commit a12d8d5169
+1 -1
View File
@@ -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}')