aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-08-15 20:53:50 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-08-15 22:12:30 +0200
commit0c2db734f3fc3332ea67d086fa72cbabfb66e9fe (patch)
tree18cd72749018582c308652bb31c2cddce25f7b90 /testing
parenta3062e784ca6bdd38e058f7daf2c03f876c7152f (diff)
downloadaports-0c2db734f3fc3332ea67d086fa72cbabfb66e9fe.tar.bz2
aports-0c2db734f3fc3332ea67d086fa72cbabfb66e9fe.tar.xz
testing/heirloom-doctools: don't conflict with mdocml
Diffstat (limited to 'testing')
-rw-r--r--testing/heirloom-doctools/APKBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/testing/heirloom-doctools/APKBUILD b/testing/heirloom-doctools/APKBUILD
index 3fc499a422..a3ef319f57 100644
--- a/testing/heirloom-doctools/APKBUILD
+++ b/testing/heirloom-doctools/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=heirloom-doctools
pkgver=160308
-pkgrel=2
+pkgrel=3
pkgdesc="The Heirloom Documentation Tools"
url="http://n-t-roff.github.io/heirloom/doctools.html"
arch="all"
@@ -37,6 +37,10 @@ builddir="$srcdir"/$pkgname-$pkgver
build() {
# Unfortunately parallel build isn't supported.
make -j1 $_makeargs -C "$builddir" || return 1
+
+ # Don't conflict with main/mdocml.
+ rm -f "$pkgdir"/usr/bin/soelim \
+ "$pkgdir"/usr/share/man/man1/soelim || return 1
}
package() {