netbsd-wtf: resolve file conflicts with wmutils-core.
This commit is contained in:
parent
6f3b97d884
commit
beea0e0875
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'netbsd-wtf'
|
# Template file for 'netbsd-wtf'
|
||||||
pkgname=netbsd-wtf
|
pkgname=netbsd-wtf
|
||||||
version=20140221
|
version=20150223
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -18,3 +18,7 @@ do_fetch() {
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
|
||||||
|
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue