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() {