diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:47:52 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-03-06 20:47:52 +0000 |
commit | 61eebb7a1f74ec62de36b6b3bf54efe3423db2c3 (patch) | |
tree | 0374ae581446fc0b0e768fff8ebc4b5b6b43cbfd /net-proxy/pingtunnel | |
parent | Remove obsolete version. Stable on x86. (diff) | |
download | gentoo-2-61eebb7a1f74ec62de36b6b3bf54efe3423db2c3.tar.gz gentoo-2-61eebb7a1f74ec62de36b6b3bf54efe3423db2c3.tar.bz2 gentoo-2-61eebb7a1f74ec62de36b6b3bf54efe3423db2c3.zip |
quote filename
(Portage version: 2.0.54)
Diffstat (limited to 'net-proxy/pingtunnel')
-rw-r--r-- | net-proxy/pingtunnel/pingtunnel-0.61.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild b/net-proxy/pingtunnel/pingtunnel-0.61.ebuild index c0516918004f..c88c50122852 100644 --- a/net-proxy/pingtunnel/pingtunnel-0.61.ebuild +++ b/net-proxy/pingtunnel/pingtunnel-0.61.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.61.ebuild,v 1.3 2006/01/06 11:39:14 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/pingtunnel/pingtunnel-0.61.ebuild,v 1.4 2006/03/06 20:47:52 mrness Exp $ DESCRIPTION="Tunnel TCP over ICMP" HOMEPAGE="http://www.cs.uit.no/~daniels/PingTunnel" @@ -22,7 +22,7 @@ src_unpack() { sed -r -i \ -e 's:^CC[ \t]+=:#&:' \ -e 's:^(CFLAGS[ \t]+)=:\1+=:' \ - ${S}/Makefile + "${S}/Makefile" } src_install() { |