bitreich-drist

fork of bitreich.org/drist
git clone git://git.pyratebeard.net/bitreich-drist.git
Log | Files | Refs | README | LICENSE

commit 62e58cb8b7d58738fe0863272d84883d78a7043a
parent 8838a5a9ecfeb4020f26b890af80280630c0908a
Author: Solene Rapenne <solene@perso.pw>
Date:   Mon,  3 Dec 2018 11:18:44 +0100

Remove unused sed and VERSION

Diffstat:
MMakefile | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

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: