From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- zope/zope_2.7.0.oe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'zope') diff --git a/zope/zope_2.7.0.oe b/zope/zope_2.7.0.oe index d8dbc2a8b2..171b6e590f 100644 --- a/zope/zope_2.7.0.oe +++ b/zope/zope_2.7.0.oe @@ -5,11 +5,11 @@ MAINTAINER = "Michael Lauer " RDEPENDS = "libc6 python-core " DEPENDS = "virtual/libc" -SRC_URI = http://zope.org/Products/Zope/2.7.0rc1/Zope-2.7.0-rc1.tgz -S = "${WORKDIR}/Zope-2.7.0-rc1" +SRC_URI = "http://zope.org/Products/Zope/${PV}rc1/Zope-${PV}-rc1.tgz" +S = "${WORKDIR}/Zope-${PV}-rc1" do_configure() { - ./configure --with-python=${STAGING_BINDIR}/python --prefix=/usr --optimize + ./configure --with-python=${STAGING_BINDIR}/python --prefix=${prefix} --optimize } do_compile() { -- cgit v1.2.3