From 40a2f7756574ad90eb7e41c3c4da4064d7073392 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 8 May 2015 12:09:38 +0200 Subject: [PATCH] figlet: typo. --- srcpkgs/figlet/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/figlet/template b/srcpkgs/figlet/template index a34fe8413fe..0253d6f8c89 100644 --- a/srcpkgs/figlet/template +++ b/srcpkgs/figlet/template @@ -1,7 +1,7 @@ # Template file for 'figlet' pkgname=figlet version=2.2.5 -revision=1 +revision=2 build_style=gnu-makefile make_install_args="prefix=/usr MANDIR=/usr/share/man" short_desc="Program for making large letters out of ordinary text" @@ -16,7 +16,7 @@ post_extract() { } do_build() { - make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CLFAGS" LDFLAGS="$LDFLAGS" prefix=/usr + make ${makejobs} CC="$CC" LD="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" prefix=/usr } post_install() {