diff options
Diffstat (limited to 'graphics/pgplot/files')
| -rw-r--r-- | graphics/pgplot/files/Makefile | 2 | ||||
| -rw-r--r-- | graphics/pgplot/files/xf77 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/graphics/pgplot/files/Makefile b/graphics/pgplot/files/Makefile index 6060abb8c395..d2d5a3776722 100644 --- a/graphics/pgplot/files/Makefile +++ b/graphics/pgplot/files/Makefile @@ -6,7 +6,7 @@ all: make -f Makefile.doc install: - install -c *.a *.so.5.2 ${PREFIX}/lib + install -c *.a *.so.5* ${PREFIX}/lib mkdir -p ${PREFIX}/share/pgplot install -c grfont.dat rgb.txt pgplot.doc pgplot.html pgplot-routines.tex cpg/cpgplot.doc ${PREFIX}/share/pgplot install -c cpgplot.h ${PREFIX}/include diff --git a/graphics/pgplot/files/xf77 b/graphics/pgplot/files/xf77 index cd8a80e475c9..554d36ecd08f 100644 --- a/graphics/pgplot/files/xf77 +++ b/graphics/pgplot/files/xf77 @@ -8,10 +8,10 @@ $myname = $0; $count = 0; while ($ARGV[0] =~ /^-/) { - $opt . = " $ARGV[0]"; + $opt .= " $ARGV[0]"; if ($ARGV[0] eq "-o") { shift; - $opt . = " $ARGV[0]"; + $opt .= " $ARGV[0]"; } shift; } |
