summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-zope/externalstorage/externalstorage-0.6.ebuild')
-rw-r--r--net-zope/externalstorage/externalstorage-0.6.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/net-zope/externalstorage/externalstorage-0.6.ebuild b/net-zope/externalstorage/externalstorage-0.6.ebuild
index f43bd20e8..f86c5059c 100644
--- a/net-zope/externalstorage/externalstorage-0.6.ebuild
+++ b/net-zope/externalstorage/externalstorage-0.6.ebuild
@@ -3,9 +3,11 @@
inherit zproduct
+MY_P="ExternalStorage-${PV}"
+
DESCRIPTION="Plone add-on product which provides an extra storage for Archetypes."
HOMEPAGE="http://plone.org/products/externalstorage/"
-SRC_URI="http://plone.org/products/externalstorage/releases/${PV}/ExternalStorage-${PV}.tgz"
+SRC_URI="http://plone.org/products/externalstorage/releases/${PV}/${MY_P}.tgz"
LICENSE="GPL-2"
SLOT="0"
@@ -15,8 +17,4 @@ RDEPEND=">=net-zope/archetypes-1.3.4"
ZPROD_LIST="ExternalStorage"
-S="${S}/ExternalStorage-${PV}"
-
-src_install() {
- zproduct_src_install all
-}
+S="${WORKDIR}/${MY_P}"