aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 01:51:40 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-05-16 01:51:40 +0000
commit0df0ef14328203c8beddb4f63373e328b7a508f7 (patch)
tree8ba9f0ca6f91acf04346f258d1819b0b69ceddca /Tools
parent4cfed0ab3a9cc4220e286f6cba957c51063ac890 (diff)
downloadports-0df0ef14328203c8beddb4f63373e328b7a508f7.tar.gz
ports-0df0ef14328203c8beddb4f63373e328b7a508f7.zip
Notes
Diffstat (limited to 'Tools')
-rwxr-xr-xTools/scripts/mark_safe.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/scripts/mark_safe.pl b/Tools/scripts/mark_safe.pl
index 134f5596dc59..fa0b4ebfeb98 100755
--- a/Tools/scripts/mark_safe.pl
+++ b/Tools/scripts/mark_safe.pl
@@ -177,6 +177,8 @@ sub ports_get {
close $fh or die "Can't close [$index] b/c [$!]";
}
+ @ports = grep { !/^rubygem-// } @ports;
+
return \@ports;
}