summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2009-07-12 00:09:35 +0000
committerThomas Sachau <tommy@gentoo.org>2009-07-12 00:09:35 +0000
commit954ba4f78677ffcfdc60bc2714dbd06a0535db95 (patch)
tree61ae317e9ede110e192b05ef4af813b9fbcb6d1a /dev-db/dbf/dbf-0.9.0.ebuild
parentapp-text/cuneiform-qt: Whitespace (diff)
downloadsunrise-954ba4f78677ffcfdc60bc2714dbd06a0535db95.tar.gz
sunrise-954ba4f78677ffcfdc60bc2714dbd06a0535db95.tar.bz2
sunrise-954ba4f78677ffcfdc60bc2714dbd06a0535db95.zip
dev-db/dbf: Whitespace, use PN in SRC_URI
svn path=/sunrise/; revision=8752
Diffstat (limited to 'dev-db/dbf/dbf-0.9.0.ebuild')
-rw-r--r--dev-db/dbf/dbf-0.9.0.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/dbf/dbf-0.9.0.ebuild b/dev-db/dbf/dbf-0.9.0.ebuild
index e9062c22e..b43a73729 100644
--- a/dev-db/dbf/dbf-0.9.0.ebuild
+++ b/dev-db/dbf/dbf-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ MY_PN="${PN}-core"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="Command line tool to convert dBASE (III, IV, 5.0) files to CSV or SQL"
HOMEPAGE="http://developer.berlios.de/projects/dbf/"
-SRC_URI="mirror://berlios/dbf/${MY_P}.src.zip"
+SRC_URI="mirror://berlios/${PN}/${MY_P}.src.zip"
LICENSE="LGPL-2"
SLOT="0"
@@ -20,7 +20,6 @@ DEPEND="${RDEPEND}
doc? ( app-text/docbook-sgml-utils )
dev-util/pkgconfig"
-
S=${WORKDIR}/${MY_PN}
src_compile() {