community/heirloom-doctools: don't conflict with mdocml-doc

This commit is contained in:
Sören Tempel 2017-07-09 15:34:36 +02:00
parent cc56175a47
commit da417ae0a8

View File

@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=heirloom-doctools
pkgver=160308
pkgrel=5
pkgrel=6
pkgdesc="The Heirloom Documentation Tools"
url="http://n-t-roff.github.io/heirloom/doctools.html"
arch="all"
@ -43,6 +43,9 @@ package() {
# Unfortunately parallel install isn't supported.
make -j1 ROOT="$pkgdir" $_makeargs \
-C "$builddir" install || return 1
# Don't conflict with mdocml-doc
rm -f "$pkgdir"/usr/share/man/man1/soelim.1
}
md5sums="f9759a099fca6b3021da33b94b1f37a9 heirloom-doctools-160308.tar.gz"