figlet: typo.

This commit is contained in:
Christian Neukirchen 2015-05-08 12:09:38 +02:00
parent c03171b3de
commit 40a2f77565

View File

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