From 1bb4cfefaa83e79faa1b53b11c0846e49e05352f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 11 Jan 2011 13:55:47 +0100 Subject: [PATCH] mdocml: update to 1.10.9, resolve conflict with groff. --- srcpkgs/mdocml/template | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/srcpkgs/mdocml/template b/srcpkgs/mdocml/template index e68a5712dd..f3a148930c 100644 --- a/srcpkgs/mdocml/template +++ b/srcpkgs/mdocml/template @@ -1,13 +1,13 @@ # Template file for 'mdocml' pkgname=mdocml -version=1.10.0 +version=1.10.9 distfiles="http://mdocml.bsd.lv/snapshots/mdocml-$version.tar.gz" build_style=gnu_makefile make_install_args="MANDIR=/usr/share/man BINDIR=/usr/bin EXAMPLEDIR=/usr/share/examples/mdocml PREFIX=/usr" short_desc="mdoc macro compiler" maintainer="Juan RP " -checksum=00e551148db0496c90dab879a7068a327bfddd545183c706a1442ff60ed9d009 +checksum=053b86d21edae5a80ecf6fe0927ab0e7dfaccbdec82eff98b4ef331d66ca8b65 long_desc=" mdocml is a suite of tools compiling -mdoc, the roff macro package of 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 for -man." -conflicts="groff>=0" - 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 +}