'portcomment' appears to be obsolete.

This commit is contained in:
Mark Linimon 2006-07-08 21:38:55 +00:00
parent ca3a3d435c
commit 8ae57c1526
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167216

View File

@ -240,8 +240,6 @@ elif grep -q "Perl .* required--this is only version" $1; then
reason="perl"; tag="perl"
elif grep -q 'BEGIN failed--compilation aborted at ..Makefile.PL line' $1; then
reason="perl5"; tag="perl5"
elif grep -q "Syntax error: .(. unexpected (expecting .fi.)" $1; then
reason="portcomment"; tag="portcomment"
elif grep -q "Abort trap" $1; then
reason="process_failed"; tag="process"
elif grep -q "Bus error" $1; then