1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Remove an unnecessary patch.

Spotted by:	erwin
This commit is contained in:
Hiroki Sato 2008-03-02 23:32:23 +00:00
parent 32b6041f3b
commit 0a7243d3b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=208357

View File

@ -1,11 +0,0 @@
--- feynmf.pl Mon Jan 26 03:58:28 2004
+++ feynmf.pl Mon Jan 26 03:58:57 2004
@@ -373,7 +373,7 @@
maybe_run "$gftopk_prog $gf" if $gftopk_prog;
}
}
- close (<LOG>);
+ close (LOG);
}
}
}