diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2008-03-02 23:32:23 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2008-03-02 23:32:23 +0000 |
commit | 0a7243d3b2cd8d22460c71e399c0798a964bc9d5 (patch) | |
tree | 4dad251e488e8766d7b079544f7e1a5dc93d2df9 | |
parent | 32b6041f3b483b2ea7010fc38e9ca15be95b00f5 (diff) | |
download | ports-0a7243d3b2cd8d22460c71e399c0798a964bc9d5.tar.gz ports-0a7243d3b2cd8d22460c71e399c0798a964bc9d5.zip |
Remove an unnecessary patch.
Spotted by: erwin
Notes
Notes:
svn path=/head/; revision=208357
-rw-r--r-- | print/latex-feynmf/files/patch-feynmf.pl | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/print/latex-feynmf/files/patch-feynmf.pl b/print/latex-feynmf/files/patch-feynmf.pl deleted file mode 100644 index 23905d961bec..000000000000 --- a/print/latex-feynmf/files/patch-feynmf.pl +++ /dev/null @@ -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); - } - } - } |