diff options
author | Juergen Daubert <jue@jue.li> | 2008-09-29 15:37:42 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2008-09-29 15:37:42 +0200 |
commit | f77d6886113adb8e628ca1fd567cda1768cb4e87 (patch) | |
tree | f72c2165a7feeda6ee223e8fd2660f86261c50c8 /gnuplot | |
parent | ea4693d675d8d66de0cdfdd66d4bcdbc98a2d096 (diff) | |
download | opt-f77d6886113adb8e628ca1fd567cda1768cb4e87.tar.gz opt-f77d6886113adb8e628ca1fd567cda1768cb4e87.tar.xz |
gnuplot: update to 4.2.4
Diffstat (limited to 'gnuplot')
-rw-r--r-- | gnuplot/.md5sum | 2 | ||||
-rw-r--r-- | gnuplot/Pkgfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/gnuplot/.md5sum b/gnuplot/.md5sum index 39530fc9c..b4a4d06e3 100644 --- a/gnuplot/.md5sum +++ b/gnuplot/.md5sum @@ -1 +1 @@ -6b6d22662df5101b308c465a722c43ce gnuplot-4.2.3.tar.gz +9b8060c8d7e24e27d5007c8058dcee03 gnuplot-4.2.4.tar.gz diff --git a/gnuplot/Pkgfile b/gnuplot/Pkgfile index b0a53e6f9..275ce471f 100644 --- a/gnuplot/Pkgfile +++ b/gnuplot/Pkgfile @@ -5,7 +5,7 @@ # Depends on: ncurses, readline, libpng, xorg-libx11, xorg-libxau name=gnuplot -version=4.2.3 +version=4.2.4 release=1 source=(http://dl.sourceforge.net/sourceforge/gnuplot/$name-$version.tar.gz) @@ -13,6 +13,7 @@ build() { cd $name-$version sed -i '/^install:/s/install-info//' docs/Makefile.in ./configure --prefix=/usr \ + --mandir=/usr/man \ --libexecdir=/usr/lib \ --with-x make |