summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2004-10-02 12:50:27 +0000
committerDaniel Black <dragonheart@gentoo.org>2004-10-02 12:50:27 +0000
commit78c4507704df6875a4ffdefa0eba87daf1b48043 (patch)
treede5a4afa583a9d566692e415324cdc6bc90bce7e /net-dialup/pptpclient/pptpclient-1.3.1.ebuild
parentMade epatch aware. (diff)
downloadhistorical-78c4507704df6875a4ffdefa0eba87daf1b48043.tar.gz
historical-78c4507704df6875a4ffdefa0eba87daf1b48043.tar.bz2
historical-78c4507704df6875a4ffdefa0eba87daf1b48043.zip
removed initscript cause its a client. Moved files/pptp-command to mirror cause its over 23k
Diffstat (limited to 'net-dialup/pptpclient/pptpclient-1.3.1.ebuild')
-rw-r--r--net-dialup/pptpclient/pptpclient-1.3.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild b/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
index 8eb106d9dde3..880931f0d458 100644
--- a/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
+++ b/net-dialup/pptpclient/pptpclient-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.4 2004/06/24 22:31:23 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpclient/pptpclient-1.3.1.ebuild,v 1.5 2004/10/02 12:50:27 dragonheart Exp $
MY_P=pptp-linux-${PV}
S=${WORKDIR}/${MY_P}
@@ -34,6 +34,6 @@ src_install() {
cd ${FILESDIR}
insinto /etc/ppp
doins options.pptp
- dosbin pptp-command pptp_fe.pl
+ dosbin ${DISTDIR}/pptp-command pptp_fe.pl
use tcltk && dosbin xpptp_fe.pl
}