pev: fix prefix

This commit is contained in:
Michael Gehring 2017-03-14 09:54:54 +00:00
parent d7a5506d36
commit daacd4340f

View file

@ -1,9 +1,10 @@
# Template file for 'pev'
pkgname=pev
version=0.80
revision=1
revision=2
wrksrc=${pkgname}
build_style=gnu-makefile
make_build_args="prefix=/usr"
make_install_args="prefix=/usr"
makedepends="libressl-devel pcre-devel"
short_desc="The PE file analysis toolkit"