mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
figlet: typo.
This commit is contained in:
parent
c03171b3de
commit
40a2f77565
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'figlet'
|
# Template file for 'figlet'
|
||||||
pkgname=figlet
|
pkgname=figlet
|
||||||
version=2.2.5
|
version=2.2.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
make_install_args="prefix=/usr MANDIR=/usr/share/man"
|
||||||
short_desc="Program for making large letters out of ordinary text"
|
short_desc="Program for making large letters out of ordinary text"
|
||||||
|
@ -16,7 +16,7 @@ post_extract() {
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue