diff options
author | Alin Năstac <mrness@gentoo.org> | 2006-05-14 12:10:32 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2006-05-14 12:10:32 +0000 |
commit | 9dd311f5e31a4ac9bd70afb0fd10a6d0fcb65812 (patch) | |
tree | bbd9efc4d80ce28500353026a87529722beb4425 /net-dialup | |
parent | Added ~ppc64; bug #133270 (diff) | |
download | gentoo-2-9dd311f5e31a4ac9bd70afb0fd10a6d0fcb65812.tar.gz gentoo-2-9dd311f5e31a4ac9bd70afb0fd10a6d0fcb65812.tar.bz2 gentoo-2-9dd311f5e31a4ac9bd70afb0fd10a6d0fcb65812.zip |
quote $D and $FILESDIR
(Portage version: 2203-svn)
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/penggy/penggy-0.2.1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/net-dialup/penggy/penggy-0.2.1.ebuild b/net-dialup/penggy/penggy-0.2.1.ebuild index ea5780c7e7b1..cffa86ae0bdf 100644 --- a/net-dialup/penggy/penggy-0.2.1.ebuild +++ b/net-dialup/penggy/penggy-0.2.1.ebuild @@ -1,20 +1,22 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.8 2006/02/23 23:15:10 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/penggy/penggy-0.2.1.ebuild,v 1.9 2006/05/14 12:10:32 mrness Exp $ DESCRIPTION="Provide access to Internet using the AOL/Compuserve network." HOMEPAGE="None available" SRC_URI="mirror://gentoo/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" + DEPEND=">=dev-util/guile-1.4.0" src_install() { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" exeinto /etc/init.d - newexe ${FILESDIR}/rc_net.aol net.aol + newexe "${FILESDIR}/rc_net.aol" net.aol } pkg_postinst() { |