aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanilo Godec <danilo.godec@agenda.si>2011-08-24 10:16:50 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2011-08-24 08:22:52 +0000
commit6fed25dc265499d9cfcf237470f318c925db2954 (patch)
treeb834b9041dd9a2c1d65fcbc7f2519d57f124e65b
parent6953122290df5edd73ed06a8f2f799b22bbc061e (diff)
downloadalpine_aports-6fed25dc265499d9cfcf237470f318c925db2954.tar.bz2
alpine_aports-6fed25dc265499d9cfcf237470f318c925db2954.tar.xz
alpine_aports-6fed25dc265499d9cfcf237470f318c925db2954.zip
testing/openswan - fixed APKBUILD so that man pages are installed in /usr/share/man
-rw-r--r--testing/openswan/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/openswan/APKBUILD b/testing/openswan/APKBUILD
index 2cef15188a..f59e5dc6b5 100644
--- a/testing/openswan/APKBUILD
+++ b/testing/openswan/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: 2# Maintainer:
3pkgname=openswan 3pkgname=openswan
4pkgver=2.6.35 4pkgver=2.6.35
5pkgrel=1 5pkgrel=2
6pkgdesc="IPsec Implementation which Allows Building of VPNs" 6pkgdesc="IPsec Implementation which Allows Building of VPNs"
7url="http://www.openswan.org/" 7url="http://www.openswan.org/"
8arch="all" 8arch="all"
@@ -31,7 +31,7 @@ build() {
31 31
32package() { 32package() {
33 cd "$_builddir" 33 cd "$_builddir"
34 make INC_RCDEFAULT=/etc/init.d INC_USRLOCAL=/usr DESTDIR="$pkgdir" install 34 make INC_MANDIR=share/man INC_RCDEFAULT=/etc/init.d INC_USRLOCAL=/usr DESTDIR="$pkgdir" install
35 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE 35 install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
36 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING 36 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
37 37