summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-06-29 13:40:33 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-06-29 13:40:33 +0000
commit87956e149b78fee8492a49c8225934dba11d8ff0 (patch)
treeef2f0a007c6f949910044541ed05a1c5867ea387 /net-misc/pxes/pxes-0.7.ebuild
parentstable on ppc64, bug #54799 (diff)
downloadhistorical-87956e149b78fee8492a49c8225934dba11d8ff0.tar.gz
historical-87956e149b78fee8492a49c8225934dba11d8ff0.tar.bz2
historical-87956e149b78fee8492a49c8225934dba11d8ff0.zip
Fixing broken usage of perl-modules.eclass and closing bug #49884. Thanks, mcummings
Diffstat (limited to 'net-misc/pxes/pxes-0.7.ebuild')
-rw-r--r--net-misc/pxes/pxes-0.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/pxes/pxes-0.7.ebuild b/net-misc/pxes/pxes-0.7.ebuild
index ba519d64ec22..bca78a32e335 100644
--- a/net-misc/pxes/pxes-0.7.ebuild
+++ b/net-misc/pxes/pxes-0.7.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-misc/pxes/pxes-0.7.ebuild,v 1.4 2004/06/25 00:06:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/pxes/pxes-0.7.ebuild,v 1.5 2004/06/29 13:40:33 wolf31o2 Exp $
IUSE="ltsp"
DESCRIPTION="PXES is a package for building thin clients using multiple types of clients"
@@ -36,8 +36,8 @@ src_unpack() {
src_compile() {
cd ${WORKDIR}/pxesconfig-${PV}
- MMSIXELEVEN=""
- perl-module_src_prep || die
+ SRC_PREP="yes"
+ perl Makefile.PL PREFIX=${D}/usr INSTALLDIRS=vendor DESTDIR=${D}
perl-module_src_compile || die
}