diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-07 16:49:48 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2017-07-07 16:52:03 +0200 |
commit | 9bc3f54fec9312929bb5b10107eb3b13e44227bb (patch) | |
tree | 8ada888217aa860dd6aa36b1f90153c728485179 /community/heirloom-doctools | |
parent | 4bad57c39e9960686cf4071c2b87417013909d66 (diff) | |
download | aports-9bc3f54fec9312929bb5b10107eb3b13e44227bb.tar.bz2 aports-9bc3f54fec9312929bb5b10107eb3b13e44227bb.tar.xz |
community/heirloom-doctools: conflict with mdocml-soelim
Diffstat (limited to 'community/heirloom-doctools')
-rw-r--r-- | community/heirloom-doctools/APKBUILD | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/community/heirloom-doctools/APKBUILD b/community/heirloom-doctools/APKBUILD index 10144e7cbd..80bbd5fd2c 100644 --- a/community/heirloom-doctools/APKBUILD +++ b/community/heirloom-doctools/APKBUILD @@ -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" |