kcgi: fix manpath.
This commit is contained in:
parent
1efb7c19b9
commit
921307aee7
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'kcgi'
|
||||
pkgname=kcgi
|
||||
version=0.3.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="A minimal CGI library for web applications in C"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -11,5 +11,5 @@ distfiles="http://kristaps.bsd.lv/kcgi/snapshots/kcgi-${version}.tgz"
|
|||
checksum=932512d8dc57fecca18b277e500d86c90166981e71bbb769812f5270bfdb0b7d
|
||||
|
||||
do_install() {
|
||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man1 install
|
||||
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man/man3 install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue