zpaq: fix empty manual

This commit is contained in:
necrophcodr 2015-01-23 12:40:28 +01:00 committed by necrophcodr
parent 5aa2b73103
commit 230abd8199
1 changed files with 3 additions and 3 deletions

View File

@ -1,11 +1,11 @@
# template for 'zpaq'
pkgname=zpaq
version=6.60
revision=2
revision=3
license="GPL-3"
short_desc="Incremental Journaling Backup Utility and Archiver"
build_style=gnu-makefile
hostmakedepends="unzip pod2mdoc"
hostmakedepends="unzip perl"
maintainer="necrophcodr <necrophcodr@necrophcodr.me>"
homepage="http://mattmahoney.net/dc/zpaq.html"
distfiles="http://mattmahoney.net/dc/zpaq660.zip"
@ -14,7 +14,7 @@ checksum=58fe7d94421ac115fb04eb58bacc17093ebd1294b05320989bcb1ce3be29cbdc
do_build() {
$CXX $CFLAGS -Dunix zpaq.cpp libzpaq.cpp -pthread -o zpaq
pod2mdoc zpaq.pod > zpaq.1
pod2man zpaq.pod > zpaq.1
}
do_install() {