mdocml: fix preconv conflict with groff.
This commit is contained in:
parent
921a9db178
commit
1f4d8e21b0
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'mdocml'
|
# Template file for 'mdocml'
|
||||||
pkgname=mdocml
|
pkgname=mdocml
|
||||||
version=1.12.0
|
version=1.12.0
|
||||||
|
revision=1
|
||||||
homepage="http://mdocml.bsd.lv"
|
homepage="http://mdocml.bsd.lv"
|
||||||
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
|
distfiles="${homepage}/snapshots/mdocml-$version.tar.gz"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
@ -23,6 +24,9 @@ Add_dependency build db-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
# preconv conflicts with groff, rename it.
|
||||||
|
mv ${DESTDIR}/usr/bin/preconv ${DESTDIR}/usr/bin/mandoc-preconv
|
||||||
|
|
||||||
# roff.7 conflicts with groff, rename it.
|
# roff.7 conflicts with groff, rename it.
|
||||||
mv ${DESTDIR}/usr/share/man/man7/roff.7 \
|
mv ${DESTDIR}/usr/share/man/man7/roff.7 \
|
||||||
${DESTDIR}/usr/share/man/man7/mandoc_roff.7
|
${DESTDIR}/usr/share/man/man7/mandoc_roff.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue