netbsd-wtf: resolve file conflicts with wmutils-core.

This commit is contained in:
Juan RP 2015-02-23 12:05:27 +01:00
parent 6f3b97d884
commit beea0e0875

View file

@ -1,6 +1,6 @@
# Template file for 'netbsd-wtf'
pkgname=netbsd-wtf
version=20140221
version=20150223
revision=1
noarch=yes
build_style=gnu-makefile
@ -18,3 +18,7 @@ do_fetch() {
msg_normal " Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
}