From 225f87db4e09d3ab844f8c40c86bf95932f778c3 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Mon, 10 Jul 2017 12:29:58 +0200 Subject: [PATCH] indent: fix manpage creation Now indent.1 get created. There is still a bug in the Makefile logic, but removing the target ( 0 byte file in tar ) quick fixes it. Signed-off-by: Peter Marquardt --- indent.be0 | 45 +++++++-------------------------------------- 1 file changed, 7 insertions(+), 38 deletions(-) diff --git a/indent.be0 b/indent.be0 index 4a0f3de2e..03a944692 100755 --- a/indent.be0 +++ b/indent.be0 @@ -1,46 +1,15 @@ -#!/bin/env beesh -# BEE_VERSION indent-2.2.10-1 - -SRCURL[0]="ftp://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" - -PATCHURL[0]="" +#!/usr/bin/env beesh -PGRP=( uncategorized ) - -B=${S} +# BEE_VERSION indent-2.2.10-1 -# BEE_CONFIGURE=compat +SRCURL[0]="https://ftp.gnu.org/gnu/indent/indent-${PKGVERSION}.tar.gz" -# EXCLUDE="" +# PATCHURL[0]="" -BEE_CONFIGURE="compat" +# build_in_sourcedir -BEEPASSES=1 +# sourcesubdir_append src mee_patch() { - bee_patch -} -# mee_patch2() { -# bee_patch -# } - -mee_configure() { - bee_configure -} -# mee_configure2() { -# bee_configure -# } - -mee_build() { - bee_build -} -# mee_build2() { -# bee_build -# } - -mee_install() { - bee_install + rm -v ${S}/man/indent.1 } -# mee_install2() { -# bee_install -# }