aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2018-03-30 18:27:07 +0200
committerJakub Jirutka <jakub@jirutka.cz>2018-03-30 20:26:43 +0200
commit481137e96148350977fd057e6bff37bf2683ac46 (patch)
tree7836a3c35bf55599095230beaa35f64791b68ab4 /testing
parent191d9e02fbc5cf41220a6c562eb2eaf4373032f6 (diff)
downloadaports-481137e96148350977fd057e6bff37bf2683ac46.tar.bz2
aports-481137e96148350977fd057e6bff37bf2683ac46.tar.xz
testing/ocaml-migrate-parsetree: remove -doc subpackage
Diffstat (limited to 'testing')
-rw-r--r--testing/ocaml-migrate-parsetree/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD
index 6d5a28e304..29d70e2a52 100644
--- a/testing/ocaml-migrate-parsetree/APKBUILD
+++ b/testing/ocaml-migrate-parsetree/APKBUILD
@@ -11,7 +11,7 @@ depends="ocaml-result ocaml-runtime"
makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-result-dev
ocaml-ocamlbuild-dev opam"
options="textrels" # ppc64le (?!)
-subpackages="$pkgname-dev $pkgname-doc $pkgname-ocamlbuild"
+subpackages="$pkgname-dev $pkgname-ocamlbuild"
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -44,11 +44,8 @@ package() {
-o -name '*.ml' -delete \
-o -name '*.ml-gen' -delete
- # Move docs to proper location and remove redundant docs dir.
- mkdir -p usr/share/doc
- mv usr/doc/$pkgname usr/share/doc/$pkgname
- rm -Rf usr/doc/$pkgname-ocamlbuild
- rmdir usr/doc
+ # There's just a readme, changelog etc.
+ rm -Rf usr/doc
}
ocamlbuild() {