netbsd-wtf: remove unnecessary PREFIX=, clean up
This commit is contained in:
parent
9d5bdbfd47
commit
54519d5d67
|
@ -3,6 +3,7 @@ pkgname=netbsd-wtf
|
|||
version=20180621
|
||||
revision=3
|
||||
_commit=b1e5be48e340146f63b174cc14fef892a783168b
|
||||
wrksrc="$pkgname-$_commit"
|
||||
build_style=gnu-makefile
|
||||
short_desc="NetBSD's wtf(6) utility"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -11,9 +12,6 @@ homepage="https://www.netbsd.org"
|
|||
distfiles="https://github.com/void-linux/netbsd-wtf/archive/$_commit.tar.gz"
|
||||
checksum=5da7c6c286673baa8cc0ce2840c16895eef3e884e038a6cb7dedabdd15753de7
|
||||
|
||||
wrksrc="$pkgname-$_commit"
|
||||
make_build_args="PREFIX=/usr"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
|
||||
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
|
||||
|
|
Loading…
Reference in New Issue