summaryrefslogtreecommitdiff
path: root/community/pptpd
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-06-28 09:49:21 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-06-28 09:49:21 +0200
commit937cae774d2b744fe7e00f250bd9d9333358a6ad (patch)
tree3efee602086bae79708af013fe47a855439ff538 /community/pptpd
parentbc23d831a86d6c4fee7da37fc1b8e677ab4e231d (diff)
parentad4cbb616af1b40790c6533f1d5b98dbd7aaa199 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: core/systemd/PKGBUILD extra/dbus-glib/PKGBUILD extra/samba/PKGBUILD kde-unstable/kdebase-workspace/PKGBUILD kde-unstable/kdegraphics-mobipocket/PKGBUILD multilib/lib32-dbus-core/PKGBUILD multilib/lib32-libtiff/PKGBUILD
Diffstat (limited to 'community/pptpd')
-rw-r--r--community/pptpd/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pptpd/PKGBUILD b/community/pptpd/PKGBUILD
index d6590b9c6..4626fb0ea 100644
--- a/community/pptpd/PKGBUILD
+++ b/community/pptpd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 70497 2012-05-09 17:18:35Z spupykin $
+# $Id: PKGBUILD 72984 2012-06-26 13:10:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=pptpd
pkgver=1.3.4
-pkgrel=7
+pkgrel=8
pkgdesc="Poptop server"
arch=(i686 x86_64 'mips64el')
url="http://poptop.sourceforge.net/"
@@ -21,7 +21,7 @@ build() {
cd $srcdir/$pkgname-$pkgver
patch -p1 <$srcdir/unrecognized-opt.patch
autoreconf -i
- ./configure --prefix=/usr --libdir=/usr/lib --exec-prefix=/usr --mandir=/usr/share
+ ./configure --prefix=/usr --libdir=/usr/lib --exec-prefix=/usr --mandir=/usr/share/man
make
sed -i 's|install -o root|install|g' plugins/Makefile
sed -i 's|?=|=|g' plugins/Makefile