mdocml: update to 1.10.9, resolve conflict with groff.

This commit is contained in:
Juan RP 2011-01-11 13:55:47 +01:00
parent cd6e9e86f2
commit 1bb4cfefaa

View file

@ -1,13 +1,13 @@
# Template file for 'mdocml' # Template file for 'mdocml'
pkgname=mdocml pkgname=mdocml
version=1.10.0 version=1.10.9
distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz" distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz"
build_style=gnu_makefile build_style=gnu_makefile
make_install_args="MANDIR=/usr/share/man BINDIR=/usr/bin make_install_args="MANDIR=/usr/share/man BINDIR=/usr/bin
EXAMPLEDIR=/usr/share/examples/mdocml PREFIX=/usr" EXAMPLEDIR=/usr/share/examples/mdocml PREFIX=/usr"
short_desc="mdoc macro compiler" short_desc="mdoc macro compiler"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=00e551148db0496c90dab879a7068a327bfddd545183c706a1442ff60ed9d009 checksum=053b86d21edae5a80ecf6fe0927ab0e7dfaccbdec82eff98b4ef331d66ca8b65
long_desc=" long_desc="
mdocml is a suite of tools compiling -mdoc, the roff macro package of mdocml is a suite of tools compiling -mdoc, the roff macro package of
choice for BSD manual pages, and -man, the predominant historical package choice for BSD manual pages, and -man, the predominant historical package
@ -15,6 +15,11 @@ long_desc="
implementation, for displaying -mdoc pages whilst providing token support implementation, for displaying -mdoc pages whilst providing token support
for -man." for -man."
conflicts="groff>=0"
Add_dependency run glibc Add_dependency run glibc
post_install()
{
# roff.7 conflicts with groff, so rename it.
mv ${DESTDIR}/usr/share/man/man7/roff.7 \
${DESTDIR}/usr/share/man/man7/mandoc_roff.7
}