runawk: actually install files.
This commit is contained in:
parent
810bcf07f5
commit
f938a6683c
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'runawk'
|
||||
pkgname=runawk
|
||||
version=1.5.1
|
||||
revision=3
|
||||
revision=4
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
hostmakedepends="mk-configure perl"
|
||||
depends="virtual?awk"
|
||||
|
@ -13,9 +13,10 @@ distfiles="https://github.com/cheusov/${pkgname}/archive/${pkgname}-${version}.t
|
|||
checksum=b4f7dc2bb200c0147ada4bdecad5cd19100eca64bb38fda97b8178243cb4da4b
|
||||
|
||||
do_build() {
|
||||
mkcmake ${makejobs}
|
||||
mkcmake ${makejobs} PREFIX=/usr
|
||||
}
|
||||
do_install() {
|
||||
mkcmake install MANDIR=/usr/share/man STRIPFLAG=
|
||||
mkcmake install MANDIR=/usr/share/man STRIPFLAG= \
|
||||
PREFIX=/usr DESTDIR="$DESTDIR"
|
||||
vlicense doc/LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue