summaryrefslogtreecommitdiff
path: root/community/proxytunnel
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /community/proxytunnel
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/proxytunnel')
-rw-r--r--community/proxytunnel/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/proxytunnel/PKGBUILD b/community/proxytunnel/PKGBUILD
index 078540f3f..5898ac43b 100644
--- a/community/proxytunnel/PKGBUILD
+++ b/community/proxytunnel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 14239 2010-04-02 09:44:01Z spupykin $
+# $Id: PKGBUILD 66169 2012-02-23 02:28:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Georg Grabler (STiAT) <ggrabler@gmail.com>
pkgname=proxytunnel
pkgver=1.9.0
-pkgrel=2
+pkgrel=3
pkgdesc="a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy"
arch=('i686' 'x86_64')
url="http://proxytunnel.sourceforge.net"
@@ -14,8 +14,8 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
md5sums=('d74472b89c3f3b3b0abf6bd809ae34c2')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd $srcdir/$pkgname-$pkgver
sed -i 's|PREFIX =/usr/local|PREFIX =/usr|g' Makefile
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+ make DESTDIR=$pkgdir install
}