community/heirloom-doctools: conflict with mdocml-soelim

This commit is contained in:
Sören Tempel 2017-07-07 16:49:48 +02:00
parent 4bad57c39e
commit 9bc3f54fec

View File

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