aboutsummaryrefslogtreecommitdiff
path: root/community/heirloom-doctools
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-07-07 16:49:48 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-07-07 16:52:03 +0200
commit9bc3f54fec9312929bb5b10107eb3b13e44227bb (patch)
tree8ada888217aa860dd6aa36b1f90153c728485179 /community/heirloom-doctools
parent4bad57c39e9960686cf4071c2b87417013909d66 (diff)
downloadalpine_aports-9bc3f54fec9312929bb5b10107eb3b13e44227bb.tar.bz2
alpine_aports-9bc3f54fec9312929bb5b10107eb3b13e44227bb.tar.xz
alpine_aports-9bc3f54fec9312929bb5b10107eb3b13e44227bb.zip
community/heirloom-doctools: conflict with mdocml-soelim
Diffstat (limited to 'community/heirloom-doctools')
-rw-r--r--community/heirloom-doctools/APKBUILD8
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 @@
2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net> 2# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
3pkgname=heirloom-doctools 3pkgname=heirloom-doctools
4pkgver=160308 4pkgver=160308
5pkgrel=4 5pkgrel=5
6pkgdesc="The Heirloom Documentation Tools" 6pkgdesc="The Heirloom Documentation Tools"
7url="http://n-t-roff.github.io/heirloom/doctools.html" 7url="http://n-t-roff.github.io/heirloom/doctools.html"
8arch="all" 8arch="all"
9license="CDDL" 9license="CDDL"
10depends="!coreutils !util-linux" 10depends="!coreutils !util-linux !mdocml-soelim"
11depends_dev="" 11depends_dev=""
12makedepends="flex bison" 12makedepends="flex bison"
13install="" 13install=""
@@ -43,10 +43,6 @@ package() {
43 # Unfortunately parallel install isn't supported. 43 # Unfortunately parallel install isn't supported.
44 make -j1 ROOT="$pkgdir" $_makeargs \ 44 make -j1 ROOT="$pkgdir" $_makeargs \
45 -C "$builddir" install || return 1 45 -C "$builddir" install || return 1
46
47 # Don't conflict with main/mdocml.
48 rm -f "$pkgdir"/usr/bin/soelim \
49 "$pkgdir"/usr/share/man/man1/soelim.1 || return 1
50} 46}
51 47
52md5sums="f9759a099fca6b3021da33b94b1f37a9 heirloom-doctools-160308.tar.gz" 48md5sums="f9759a099fca6b3021da33b94b1f37a9 heirloom-doctools-160308.tar.gz"