diff options
Diffstat (limited to 'graphics/pgplot')
-rw-r--r-- | graphics/pgplot/files/xf77 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pgplot/files/xf77 b/graphics/pgplot/files/xf77 index 554d36ecd08f..6e04a2ebdca7 100644 --- a/graphics/pgplot/files/xf77 +++ b/graphics/pgplot/files/xf77 @@ -38,8 +38,9 @@ sub phase1 { sub phase2 { while (<>) { if (/(\s*)(\w*)(\s*=\s*)($ctxt)/) { + $p = $2; s/$ctxt\(&/\(/; - $names[$count] = $2; + $names[$count] = $p; $count++; print $_; } else { |