diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-30 08:24:23 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-10-30 08:24:23 +0000 |
commit | b7bee9af952a48860fc0cf69844861df04f3bbfb (patch) | |
tree | 874ccbdfba546b8236ca0f9349c741643a0f79dc /main/libotr3/APKBUILD | |
parent | 9f8a794aec85a47a3b8159a52dbb40dc9099dc90 (diff) | |
download | aports-b7bee9af952a48860fc0cf69844861df04f3bbfb.tar.bz2 aports-b7bee9af952a48860fc0cf69844861df04f3bbfb.tar.xz |
main/libotr3: move manpages to -doc subpackage
Diffstat (limited to 'main/libotr3/APKBUILD')
-rw-r--r-- | main/libotr3/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/libotr3/APKBUILD b/main/libotr3/APKBUILD index 17b635b9d3..89aecf7ff1 100644 --- a/main/libotr3/APKBUILD +++ b/main/libotr3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com> pkgname=libotr3 pkgver=3.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Off The Record Messaging, an encryption library for secure IM conversations" url="http://otr.cypherpunks.ca/" arch="all" @@ -51,6 +51,7 @@ tools() { } doc() { + default_doc depends="$pkgname" cd "$_builddir" install -Dm0644 Protocol-v2.html "$subpkgdir"/usr/share/doc/$pkgname/Protocol-v2.html |