URI: 
       Remove unused sed and VERSION - drist - a remote deployment tool
  HTML git clone git://bitreich.org/drist/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/drist/
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 62e58cb8b7d58738fe0863272d84883d78a7043a
   DIR parent 8838a5a9ecfeb4020f26b890af80280630c0908a
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Mon,  3 Dec 2018 11:18:44 +0100
       
       Remove unused sed and VERSION
       
       Diffstat:
         M Makefile                            |       3 ---
       
       1 file changed, 0 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/Makefile b/Makefile
       @@ -2,8 +2,6 @@
        # See the LICENSE file for copyright and license details.
        .POSIX:
        
       -VERSION = 1.02
       -
        BIN    = drist
        PREFIX = /usr
        BINDIR = ${PREFIX}/bin
       @@ -18,7 +16,6 @@ install:
                @chmod 755 "${DESTDIR}${BINDIR}/${BIN}"
                @echo installing manual page to ${DESTDIR}${MANDIR}/man1
                @mkdir -p ${DESTDIR}${MANDIR}/man1
       -        @sed "s/VERSION/${VERSION}/g" < ${BIN}.1 > ${DESTDIR}${MANDIR}/man1/${BIN}.1
                @chmod 644 ${DESTDIR}${MANDIR}/man1/${BIN}.1
        
        uninstall: