tdash: latest version + symlink sh.1 manpage - mkports - recipes for building multiple softwares with mk(1)
 (HTM) git clone git://z3bra.org/mkports
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit 884109f6ffb01ad69ad969fbd662b219615c63e2
 (DIR) parent 256d2fb6669b9a05d5e48bbb26e25fb85c34143e
 (HTM) Author: z3bra <contactatz3bradotorg>
       Date:   Mon, 30 Jan 2017 12:32:40 +0000
       
       dash: latest version + symlink sh.1 manpage
       
       Diffstat:
         M dash/mkfile                         |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/dash/mkfile b/dash/mkfile
       t@@ -1,5 +1,5 @@
        pkg = dash
       -ver = 0.5.8
       +ver = 0.5.9.1
        url=http://gondor.apana.org.au/~herbert/dash/files/$pkg-$ver.tar.gz
        
        <../default.mk
       t@@ -9,3 +9,4 @@ install:V: build
                cd $WORK/$pkg-$ver
                make PREFIX= DESTDIR=$destdir install
                ln -sf /bin/dash $destdir/bin/sh
       +        ln -sf dash.1 $destdir/man/man1/sh.1